Bump async-nats from 0.26.0 to 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>
This commit is contained in:
dependabot[bot] 2023-04-22 11:50:24 +00:00 committed by GitHub
parent e79034a44d
commit d1f3be720f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 49 deletions

93
Cargo.lock generated
View file

@ -86,21 +86,22 @@ checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]] [[package]]
name = "async-nats" name = "async-nats"
version = "0.26.0" version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0e90b3cd41350d89a242b981fb888f0eb8e3cb81c0fcb4563338f7e96a1084" checksum = "1174495e436c928905018f10a36160f7a8a6786450f50f4ce7fba05d1539704c"
dependencies = [ dependencies = [
"async-nats-tokio-rustls-deps",
"base64 0.13.1", "base64 0.13.1",
"base64-url", "base64-url",
"bytes", "bytes",
"futures", "futures",
"http", "http",
"itertools",
"itoa", "itoa",
"lazy_static", "memchr",
"nkeys", "nkeys",
"nuid", "nuid",
"once_cell", "once_cell",
"rand 0.8.5",
"regex", "regex",
"ring", "ring",
"rustls-native-certs", "rustls-native-certs",
@ -109,15 +110,25 @@ dependencies = [
"serde_json", "serde_json",
"serde_nanos", "serde_nanos",
"serde_repr", "serde_repr",
"subslice", "thiserror",
"time", "time",
"tokio", "tokio",
"tokio-retry", "tokio-retry",
"tokio-rustls",
"tracing", "tracing",
"url", "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]] [[package]]
name = "async-stream" name = "async-stream"
version = "0.3.4" version = "0.3.4"
@ -1080,7 +1091,7 @@ dependencies = [
"http", "http",
"hyper", "hyper",
"log", "log",
"rustls", "rustls 0.20.8",
"rustls-native-certs", "rustls-native-certs",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
@ -1554,16 +1565,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 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]] [[package]]
name = "parking_lot_core" name = "parking_lot_core"
version = "0.9.7" version = "0.9.7"
@ -2115,6 +2116,18 @@ dependencies = [
"webpki", "webpki",
] ]
[[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]] [[package]]
name = "rustls-native-certs" name = "rustls-native-certs"
version = "0.6.2" version = "0.6.2"
@ -2136,6 +2149,16 @@ dependencies = [
"base64 0.21.0", "base64 0.21.0",
] ]
[[package]]
name = "rustls-webpki"
version = "0.100.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
dependencies = [
"ring",
"untrusted",
]
[[package]] [[package]]
name = "rustversion" name = "rustversion"
version = "1.0.11" version = "1.0.11"
@ -2333,15 +2356,6 @@ dependencies = [
"twilight-model", "twilight-model",
] ]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]] [[package]]
name = "signatory" name = "signatory"
version = "0.23.2" version = "0.23.2"
@ -2418,15 +2432,6 @@ version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subslice"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a8e4809a3bb02de01f1f7faf1ba01a83af9e8eabcd4d31dd6e413d14d56aae"
dependencies = [
"memchr",
]
[[package]] [[package]]
name = "subtle" name = "subtle"
version = "2.4.1" version = "2.4.1"
@ -2534,9 +2539,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.19" version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2" checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
dependencies = [ dependencies = [
"itoa", "itoa",
"serde", "serde",
@ -2552,9 +2557,9 @@ checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]] [[package]]
name = "time-macros" name = "time-macros"
version = "0.2.7" version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c" checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [ dependencies = [
"time-core", "time-core",
] ]
@ -2596,9 +2601,7 @@ dependencies = [
"memchr", "memchr",
"mio", "mio",
"num_cpus", "num_cpus",
"parking_lot",
"pin-project-lite", "pin-project-lite",
"signal-hook-registry",
"socket2", "socket2",
"tokio-macros", "tokio-macros",
"windows-sys 0.42.0", "windows-sys 0.42.0",
@ -2642,7 +2645,7 @@ version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [ dependencies = [
"rustls", "rustls 0.20.8",
"tokio", "tokio",
"webpki", "webpki",
] ]
@ -2679,7 +2682,7 @@ checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"log", "log",
"rustls", "rustls 0.20.8",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tungstenite", "tungstenite",
@ -2936,7 +2939,7 @@ dependencies = [
"httparse", "httparse",
"log", "log",
"rand 0.8.5", "rand 0.8.5",
"rustls", "rustls 0.20.8",
"sha-1", "sha-1",
"thiserror", "thiserror",
"url", "url",
@ -2953,7 +2956,7 @@ dependencies = [
"bitflags", "bitflags",
"futures-util", "futures-util",
"leaky-bucket-lite", "leaky-bucket-lite",
"rustls", "rustls 0.20.8",
"serde", "serde",
"serde_json", "serde_json",
"tokio", "tokio",

View file

@ -19,7 +19,7 @@ tokio-stream = "0.1.11"
serde = { version = "1.0.8", features = ["derive"] } serde = { version = "1.0.8", features = ["derive"] }
serde_json = { version = "1.0" } serde_json = { version = "1.0" }
async-nats = "0.26.0" async-nats = "0.29.0"
twilight-model = "0.14.2" twilight-model = "0.14.2"
anyhow = "1.0.68" anyhow = "1.0.68"

View file

@ -21,4 +21,4 @@ tokio-stream = "0.1.11"
twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14.1" } twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14.1" }
twilight-model = "0.14.2" twilight-model = "0.14.2"
bytes = "1.3.0" bytes = "1.3.0"
async-nats = "0.26.0" async-nats = "0.29.0"

View file

@ -18,4 +18,4 @@ hex = "0.4.3"
ed25519-dalek = "1" ed25519-dalek = "1"
twilight-model = "0.14.2" twilight-model = "0.14.2"
async-nats = "0.26.0" async-nats = "0.29.0"

View file

@ -13,7 +13,7 @@ tokio = { workspace = true }
config = { version = "0.13", default-features = false, features = ["json", "yaml-rust", "ini"] } config = { version = "0.13", default-features = false, features = ["json", "yaml-rust", "ini"] }
redis = { version = "0.22.1", features = ["cluster", "connection-manager", "tokio-comp"] } 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" twilight-model = "0.14.2"
anyhow = "1.0.68" anyhow = "1.0.68"
opentelemetry-otlp = "0.11.0" opentelemetry-otlp = "0.11.0"