From 07880f01c7113fe6b85f61f12d90f8bf792b5e51 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 20 Mar 2026 19:41:32 -0400 Subject: [PATCH] chore(deps): bump async-nats from 0.42.0 to 0.46.0 --- Cargo.lock | 23 +++++++---------------- Cargo.toml | 2 +- LICENSE-3rdparty.csv | 1 - 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75e89d42c3280..5e262385ec4b1 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 1.11.1", - "futures 0.3.31", + "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", @@ -7200,15 +7200,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" @@ -10030,9 +10021,9 @@ dependencies = [ [[package]] name = "serde_nanos" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae801b7733ca8d6a2b580debe99f67f36826a0f5b8a36055dc6bc40f8d6bc71" +checksum = "a93142f0367a4cc53ae0fead1bcda39e85beccfad3dcd717656cacab94b12985" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index ed8631a6d1e94..391315c65b8a7 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 72c0f17e00d3d..6e1688801e8fb 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -508,7 +508,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"