diff --git a/Cargo.lock b/Cargo.lock index d82c5b15..d8824dbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ dependencies = [ [[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 6a2aeeea..b33f219c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["full"] } redis = { version = "1.0", features = ["tokio-comp", "connection-manager"] } -async-nats = "0.48" +async-nats = "0.49" futures = "0.3" bytes = "1" chrono = { version = "0.4", features = ["serde"] }