diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-24 11:19:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-24 11:19:31 +0200 |
| commit | e20e04d4d780240a67709858dc48fecfdd56f50c (patch) | |
| tree | f704649c04ab4ac1b9ec4f9b1e56d41ca57dfea0 /Cargo.lock | |
| parent | 6254e2cc3a840759a698c27e845fc9ea445c35a4 (diff) | |
| download | warden-e20e04d4d780240a67709858dc48fecfdd56f50c.tar.bz2 warden-e20e04d4d780240a67709858dc48fecfdd56f50c.zip | |
chore(deps): update rust crate async-nats to 0.43.0 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 28 |
1 files changed, 7 insertions, 21 deletions
@@ -128,13 +128,13 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.42.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f6da6d49a956424ca4e28fe93656f790d748b469eaccbc7488fec545315180" +checksum = "351fc678084ed17ee61a56285eda9443b10452ed5ea611a35d06b28000bf07fd" dependencies = [ "base64", "bytes", - "futures", + "futures-util", "memchr", "nkeys", "nuid", @@ -155,6 +155,7 @@ dependencies = [ "time", "tokio", "tokio-rustls", + "tokio-stream", "tokio-util", "tokio-websockets", "tracing", @@ -782,7 +783,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -879,20 +880,6 @@ dependencies = [ ] [[package]] -name = "futures" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" -dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] name = "futures-channel" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -965,7 +952,6 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ - "futures-channel", "futures-core", "futures-io", "futures-macro", @@ -2503,7 +2489,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -4283,7 +4269,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] |
