diff --git a/Cargo.lock b/Cargo.lock index feb1b17a72aaa..308f1e508f129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,16 +805,15 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.42.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f6da6d49a956424ca4e28fe93656f790d748b469eaccbc7488fec545315180" +checksum = "df5af9ebfb0a14481d3eaf6101e6391261e4f30d25b26a7635ade8a39482ded0" dependencies = [ "base64 0.22.1", "bytes", - "futures", + "futures-util", "memchr", "nkeys", - "nuid", "once_cell", "pin-project", "portable-atomic", @@ -822,7 +821,7 @@ dependencies = [ "regex", "ring", "rustls-native-certs 0.7.0", - "rustls-pemfile 2.1.0", + "rustls-pki-types", "rustls-webpki 0.102.8", "serde", "serde_json", @@ -832,6 +831,7 @@ dependencies = [ "time", "tokio", "tokio-rustls 0.26.2", + "tokio-stream", "tokio-util", "tokio-websockets", "tracing 0.1.44", @@ -7173,15 +7173,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "nuid" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83" -dependencies = [ - "rand 0.8.5", -] - [[package]] name = "num" version = "0.4.1" diff --git a/Cargo.toml b/Cargo.toml index d7405ba9f8a09..e0fe08655bdef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -408,7 +408,7 @@ lru = { version = "0.16.3", default-features = false } maxminddb = { version = "0.27.0", default-features = false, optional = true, features = ["simdutf8"] } md-5 = { version = "0.10", default-features = false, optional = true } mongodb = { version = "3.3.0", default-features = false, optional = true, features = ["compat-3-0-0", "dns-resolver", "rustls-tls"] } -async-nats = { version = "0.42.0", default-features = false, optional = true, features = ["ring", "websockets"] } +async-nats = { version = "0.46.0", default-features = false, optional = true, features = ["ring", "websockets", "jetstream", "nkeys"] } nkeys = { version = "0.4.5", default-features = false, optional = true } nom = { workspace = true, optional = true } notify = { version = "8.1.0", default-features = false, features = ["macos_fsevent"] } diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index c023f25e685b5..cf10bc525c9d5 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -505,7 +505,6 @@ notify,https://github.com/notify-rs/notify,CC0-1.0,"Félix Saparelli ntapi,https://github.com/MSxDOS/ntapi,Apache-2.0 OR MIT,MSxDOS nu-ansi-term,https://github.com/nushell/nu-ansi-term,MIT,"ogham@bsago.me, Ryan Scheel (Havvy) , Josh Triplett , The Nushell Project Developers" -nuid,https://github.com/casualjim/rs-nuid,Apache-2.0,Ivan Porto Carrero num,https://github.com/rust-num/num,MIT OR Apache-2.0,The Rust Project Developers num-bigint,https://github.com/rust-num/num-bigint,MIT OR Apache-2.0,The Rust Project Developers num-bigint-dig,https://github.com/dignifiedquire/num-bigint,MIT OR Apache-2.0,"dignifiedquire , The Rust Project Developers"