diff --git a/Cargo.lock b/Cargo.lock index 8f8d245..b04f5ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,43 +67,6 @@ version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" -[[package]] -name = "async-nats" -version = "0.45.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86dde77d8a733a9dbaf865a9eb65c72e09c88f3d14d3dd0d2aecf511920ee4fe" -dependencies = [ - "base64", - "bytes", - "futures-util", - "memchr", - "nkeys", - "nuid", - "once_cell", - "pin-project", - "portable-atomic", - "rand", - "regex", - "ring", - "rustls-native-certs", - "rustls-pemfile", - "rustls-webpki 0.102.8", - "serde", - "serde_json", - "serde_nanos", - "serde_repr", - "thiserror", - "time", - "tokio", - "tokio-rustls", - "tokio-stream", - "tokio-util", - "tokio-websockets", - "tracing", - "tryhard", - "url", -] - [[package]] name = "async-nats" version = "0.46.0" @@ -214,7 +177,7 @@ name = "base" version = "0.0.0" dependencies = [ "anyhow", - "async-nats 0.45.0", + "async-nats", "async-trait", "code0-flow", "env_logger", @@ -300,7 +263,7 @@ version = "0.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4ebec2afaa7c154191715c695390a7552693d0664efff399633150972f1accb" dependencies = [ - "async-nats 0.46.0", + "async-nats", "async-trait", "dotenv", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 6b24365..b245b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ regex = "1.11.1" tokio = { version = "1.44.1", features = ["rt-multi-thread"] } uuid = { version = "1.16.0", features = ["v4"] } tonic = "0.14.0" -async-nats = "0.45.0" +async-nats = "0.46.0" async-trait = "0.1.88" anyhow = "1.0.98" prost = "0.14.0"