Skip to content

Commit 8d3af45

Browse files
build(deps): bump redis from 1.0.0 to 1.0.2
Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.0.0 to 1.0.2. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-1.0.0...redis-1.0.2) --- updated-dependencies: - dependency-name: redis dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 532dc61 commit 8d3af45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/djc/bb8"
99

1010
[dependencies]
1111
bb8 = { version = "0.9", path = "../bb8" }
12-
redis = { version = "1.0.0", default-features = false, features = ["tokio-comp"] }
12+
redis = { version = "1.0.2", default-features = false, features = ["tokio-comp"] }
1313

1414
[dev-dependencies]
1515
futures-util = "0.3.15"

0 commit comments

Comments
 (0)