From 85d97ff0bdfd10cc18bdb8495a90b9412b693841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:10:34 +0000 Subject: [PATCH 1/2] chore(deps): Bump async-nats from 0.31.0 to 0.32.0 Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/commits/async-nats/v0.32.0) --- updated-dependencies: - dependency-name: async-nats dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 +++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1813c2339eca5..6f5b195162a6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,15 +647,14 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8257238e2a3629ee5618502a75d1b91f8017c24638c75349fc8d2d80cf1f7c4c" +checksum = "df2ea11ebe42f65b91c125042bdf8cfb0cccbd344c75e64b98fa3177040e0de9" dependencies = [ "base64 0.21.4", "bytes 1.5.0", "futures 0.3.28", "http", - "itoa", "memchr", "nkeys", "nuid", @@ -663,6 +662,7 @@ dependencies = [ "rand 0.8.5", "regex", "ring", + "rustls 0.21.6", "rustls-native-certs", "rustls-pemfile", "rustls-webpki", @@ -2840,6 +2840,15 @@ dependencies = [ "zeroize", ] +[[package]] +name = "deranged" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" +dependencies = [ + "serde", +] + [[package]] name = "derivative" version = "2.2.0" @@ -5546,11 +5555,10 @@ dependencies = [ [[package]] name = "nuid" -version = "0.3.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c1bb65186718d348306bf1afdeb20d9ab45b2ab80fb793c0fdcf59ffbb4f38" +checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83" dependencies = [ - "lazy_static", "rand 0.8.5", ] @@ -8543,10 +8551,11 @@ dependencies = [ [[package]] name = "time" -version = "0.3.23" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" +checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" dependencies = [ + "deranged", "itoa", "libc", "num_threads", @@ -8563,9 +8572,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.10" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" +checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" dependencies = [ "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index b4475d963b6e3..9526d4897b938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -291,7 +291,7 @@ lru = { version = "0.11.1", default-features = false, optional = true } maxminddb = { version = "0.23.0", default-features = false, optional = true } md-5 = { version = "0.10", default-features = false, optional = true } mongodb = { version = "2.6.1", default-features = false, features = ["tokio-runtime"], optional = true } -async-nats = { version = "0.31.0", default-features = false, optional = true } +async-nats = { version = "0.32.0", default-features = false, optional = true } nkeys = { version = "0.3.1", default-features = false, optional = true } nom = { version = "7.1.3", default-features = false, optional = true } notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] } From a2ce2c07267ca1f00febd3a2f176143e31b61d26 Mon Sep 17 00:00:00 2001 From: Doug Smith Date: Fri, 22 Sep 2023 11:38:54 -0400 Subject: [PATCH 2/2] license --- LICENSE-3rdparty.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index efd2afcb6bea1..f05e3eef0b01f 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -164,6 +164,7 @@ data-encoding,https://github.com/ia0/data-encoding,MIT,Julien Cretin debug-helper,https://github.com/magiclen/debug-helper,MIT,Magic Len der,https://github.com/RustCrypto/formats/tree/master/der,Apache-2.0 OR MIT,RustCrypto Developers +deranged,https://github.com/jhpratt/deranged,MIT OR Apache-2.0,Jacob Pratt derivative,https://github.com/mcarton/rust-derivative,MIT OR Apache-2.0,mcarton derive_arbitrary,https://github.com/rust-fuzz/arbitrary,MIT OR Apache-2.0,"The Rust-Fuzz Project Developers, Nick Fitzgerald , Manish Goregaokar , Andre Bogus , Corey Farwell " derive_more,https://github.com/JelteF/derive_more,MIT,Jelte Fennema