diff --git a/Cargo.lock b/Cargo.lock index 36fedb9..2d891b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "async-nats" -version = "0.48.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31811585c7c5bc2f60f8b80d5a6b0f737115611dac47567d7f7d94562ebb180b" +checksum = "407486109ea5cfdf53fde05f46996dadf0547518a4d49f050d25f405ae31ed2d" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5260fb0..92817c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.24" tonic = "0.14.1" dotenv = "0.15.0" tonic-health = "0.14.1" -async-nats = "0.48.0" +async-nats = "0.49.0" futures-core = "0.3.31" regex = "1.11.2" serde_json = "1.0.143"