mirror of
https://github.com/bytedance/g3.git
synced 2026-05-22 03:03:39 +00:00
build(deps): bump redis from 0.25.3 to 0.25.4 (#245)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.3...redis-0.25.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2b6b01081d
commit
fa00e832ea
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2911,9 +2911,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "0.25.3"
|
||||
version = "0.25.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd"
|
||||
checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes",
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ rmp-serde = "1"
|
|||
rmp = "0.8"
|
||||
rmpv = "1.0"
|
||||
#
|
||||
redis = { version = "0.25.3", default-features = false, features = ["tcp_nodelay"] }
|
||||
redis = { version = "0.25.4", default-features = false, features = ["tcp_nodelay"] }
|
||||
#
|
||||
mlua = "0.9"
|
||||
pyo3 = { version = "0.21", default-features = false, features = ["auto-initialize"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue