summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-22 11:50:24 +0000
committerGitHub <noreply@github.com>2023-04-22 11:50:24 +0000
commitd1f3be720ffcbe82e07bd2b099fc10427d6f176b (patch)
treef842bf9b212f9723e296407049db4e70ac2692cf
parente79034a44d6a747cac94e1d425bc200341e40f98 (diff)
Bump async-nats from 0.26.0 to 0.29.0dependabot/cargo/async-nats-0.29.0
Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.26.0 to 0.29.0. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/compare/async-nats/v0.26.0...async-nats/v0.29.0) --- updated-dependencies: - dependency-name: async-nats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock93
-rw-r--r--exes/cache/Cargo.toml2
-rw-r--r--exes/gateway/Cargo.toml2
-rw-r--r--exes/webhook/Cargo.toml2
-rw-r--r--libs/shared/Cargo.toml2
5 files changed, 52 insertions, 49 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5dee7f7..a2fcc41 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,21 +86,22 @@ checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "async-nats"
-version = "0.26.0"
+version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b0e90b3cd41350d89a242b981fb888f0eb8e3cb81c0fcb4563338f7e96a1084"
+checksum = "1174495e436c928905018f10a36160f7a8a6786450f50f4ce7fba05d1539704c"
dependencies = [
+ "async-nats-tokio-rustls-deps",
"base64 0.13.1",
"base64-url",
"bytes",
"futures",
"http",
- "itertools",
"itoa",
- "lazy_static",
+ "memchr",
"nkeys",
"nuid",
"once_cell",
+ "rand 0.8.5",
"regex",
"ring",
"rustls-native-certs",
@@ -109,16 +110,26 @@ dependencies = [
"serde_json",
"serde_nanos",
"serde_repr",
- "subslice",
+ "thiserror",
"time",
"tokio",
"tokio-retry",
- "tokio-rustls",
"tracing",
"url",
]
[[package]]
+name = "async-nats-tokio-rustls-deps"
+version = "0.24.0-ALPHA.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8cdefe54cd7867d937c0a507d2a3a830af410044282cd3e4002b5b7860e1892e"
+dependencies = [
+ "rustls 0.21.0",
+ "tokio",
+ "webpki",
+]
+
+[[package]]
name = "async-stream"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1080,7 +1091,7 @@ dependencies = [
"http",
"hyper",
"log",
- "rustls",
+ "rustls 0.20.8",
"rustls-native-certs",
"tokio",
"tokio-rustls",
@@ -1555,16 +1566,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
-name = "parking_lot"
-version = "0.12.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
-dependencies = [
- "lock_api",
- "parking_lot_core",
-]
-
-[[package]]
name = "parking_lot_core"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2116,6 +2117,18 @@ dependencies = [
]
[[package]]
+name = "rustls"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "07180898a28ed6a7f7ba2311594308f595e3dd2e3c3812fa0a80a47b45f17e5d"
+dependencies = [
+ "log",
+ "ring",
+ "rustls-webpki",
+ "sct",
+]
+
+[[package]]
name = "rustls-native-certs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2137,6 +2150,16 @@ dependencies = [
]
[[package]]
+name = "rustls-webpki"
+version = "0.100.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
+dependencies = [
+ "ring",
+ "untrusted",
+]
+
+[[package]]
name = "rustversion"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2334,15 +2357,6 @@ dependencies = [
]
[[package]]
-name = "signal-hook-registry"
-version = "1.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
-dependencies = [
- "libc",
-]
-
-[[package]]
name = "signatory"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2419,15 +2433,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
-name = "subslice"
-version = "0.2.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e0a8e4809a3bb02de01f1f7faf1ba01a83af9e8eabcd4d31dd6e413d14d56aae"
-dependencies = [
- "memchr",
-]
-
-[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2534,9 +2539,9 @@ dependencies = [
[[package]]
name = "time"
-version = "0.3.19"
+version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2"
+checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
dependencies = [
"itoa",
"serde",
@@ -2552,9 +2557,9 @@ checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
-version = "0.2.7"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c"
+checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [
"time-core",
]
@@ -2596,9 +2601,7 @@ dependencies = [
"memchr",
"mio",
"num_cpus",
- "parking_lot",
"pin-project-lite",
- "signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.42.0",
@@ -2642,7 +2645,7 @@ version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
- "rustls",
+ "rustls 0.20.8",
"tokio",
"webpki",
]
@@ -2679,7 +2682,7 @@ checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [
"futures-util",
"log",
- "rustls",
+ "rustls 0.20.8",
"tokio",
"tokio-rustls",
"tungstenite",
@@ -2936,7 +2939,7 @@ dependencies = [
"httparse",
"log",
"rand 0.8.5",
- "rustls",
+ "rustls 0.20.8",
"sha-1",
"thiserror",
"url",
@@ -2953,7 +2956,7 @@ dependencies = [
"bitflags",
"futures-util",
"leaky-bucket-lite",
- "rustls",
+ "rustls 0.20.8",
"serde",
"serde_json",
"tokio",
diff --git a/exes/cache/Cargo.toml b/exes/cache/Cargo.toml
index 7566c1b..a02484a 100644
--- a/exes/cache/Cargo.toml
+++ b/exes/cache/Cargo.toml
@@ -19,7 +19,7 @@ tokio-stream = "0.1.11"
serde = { version = "1.0.8", features = ["derive"] }
serde_json = { version = "1.0" }
-async-nats = "0.26.0"
+async-nats = "0.29.0"
twilight-model = "0.14.2"
anyhow = "1.0.68"
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml
index eeee408..3a0dbc9 100644
--- a/exes/gateway/Cargo.toml
+++ b/exes/gateway/Cargo.toml
@@ -21,4 +21,4 @@ tokio-stream = "0.1.11"
twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14.1" }
twilight-model = "0.14.2"
bytes = "1.3.0"
-async-nats = "0.26.0"
+async-nats = "0.29.0"
diff --git a/exes/webhook/Cargo.toml b/exes/webhook/Cargo.toml
index f601a66..e114a00 100644
--- a/exes/webhook/Cargo.toml
+++ b/exes/webhook/Cargo.toml
@@ -18,4 +18,4 @@ hex = "0.4.3"
ed25519-dalek = "1"
twilight-model = "0.14.2"
-async-nats = "0.26.0"
+async-nats = "0.29.0"
diff --git a/libs/shared/Cargo.toml b/libs/shared/Cargo.toml
index a9cd6b9..6660a7c 100644
--- a/libs/shared/Cargo.toml
+++ b/libs/shared/Cargo.toml
@@ -13,7 +13,7 @@ tokio = { workspace = true }
config = { version = "0.13", default-features = false, features = ["json", "yaml-rust", "ini"] }
redis = { version = "0.22.1", features = ["cluster", "connection-manager", "tokio-comp"] }
-async-nats = "0.26.0"
+async-nats = "0.29.0"
twilight-model = "0.14.2"
anyhow = "1.0.68"
opentelemetry-otlp = "0.11.0" \ No newline at end of file