fix(deps): update rust crate async-nats to 0.46
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error

This commit was merged in pull request #13.
This commit is contained in:
2026-01-21 01:47:37 +00:00
parent 41118593cf
commit 0b679c957e
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -25,9 +25,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "async-nats"
version = "0.45.0"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86dde77d8a733a9dbaf865a9eb65c72e09c88f3d14d3dd0d2aecf511920ee4fe"
checksum = "df5af9ebfb0a14481d3eaf6101e6391261e4f30d25b26a7635ade8a39482ded0"
dependencies = [
"base64",
"bytes",
@@ -42,7 +42,7 @@ dependencies = [
"regex",
"ring",
"rustls-native-certs",
"rustls-pemfile",
"rustls-pki-types",
"rustls-webpki 0.102.8",
"serde",
"serde_json",

View File

@@ -19,7 +19,7 @@ tokio-util = "0.7"
rand = "0.9"
async-trait = "0.1"
async-nats = { version = "0.45", optional = true }
async-nats = { version = "0.46", optional = true }
# fork until dangerous set migrate table name is stable. Should be any version after 8.6
sqlx = { git = "https://github.com/launchbadge/sqlx", features = [