diff --git a/Cargo.lock b/Cargo.lock index ebd5dd6..82616f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "async-nats" -version = "0.44.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f834a80c3ab6109b9c8f5ca6661a578cf31e088e831b6ce07c6b23cca04f6742" +checksum = "86dde77d8a733a9dbaf865a9eb65c72e09c88f3d14d3dd0d2aecf511920ee4fe" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fc2cc0b..317f1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ tonic = "0.14.1" dotenv = "0.15.0" code0-definition-reader = "0.0.18" tonic-health = "0.14.1" -async-nats = "0.44.2" +async-nats = "0.45.0" futures-core = "0.3.31" regex = "1.11.2" serde_json = "1.0.143"