Skip to content

Commit 48abad4

Browse files
chore(deps): Bump redis from 0.23.0 to 0.23.1 (#18107)
* chore(deps): Bump redis from 0.23.0 to 0.23.1 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.23.0...redis-0.23.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update licenses --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: neuronull <[email protected]>
1 parent d3e5128 commit 48abad4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Cargo.lock

+14-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ pulsar = { version = "6.0.1", default-features = false, features = ["tokio-runti
303303
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
304304
rand_distr = { version = "0.4.3", default-features = false }
305305
rdkafka = { version = "0.33.2", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true }
306-
redis = { version = "0.23.0", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true }
306+
redis = { version = "0.23.1", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true }
307307
regex = { version = "1.9.1", default-features = false, features = ["std", "perf"] }
308308
roaring = { version = "0.10.2", default-features = false, optional = true }
309309
seahash = { version = "4.1.0", default-features = false }

LICENSE-3rdparty.csv

+1
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ tokio-io-timeout,https://github.com/sfackler/tokio-io-timeout,MIT OR Apache-2.0,
544544
tokio-native-tls,https://github.com/tokio-rs/tls,MIT,Tokio Contributors <[email protected]>
545545
tokio-openssl,https://github.com/sfackler/tokio-openssl,MIT OR Apache-2.0,Alex Crichton <[email protected]>
546546
tokio-postgres,https://github.com/sfackler/rust-postgres,MIT OR Apache-2.0,Steven Fackler <[email protected]>
547+
tokio-retry,https://github.com/srijs/rust-tokio-retry,MIT,Sam Rijs <[email protected]>
547548
tokio-rustls,https://github.com/tokio-rs/tls,MIT OR Apache-2.0,quininer kel <[email protected]>
548549
tokio-tungstenite,https://github.com/snapview/tokio-tungstenite,MIT,"Daniel Abramov <[email protected]>, Alexey Galakhov <[email protected]>"
549550
toml,https://github.com/toml-rs/toml,MIT OR Apache-2.0,Alex Crichton <[email protected]>

0 commit comments

Comments
 (0)