Skip to content

Commit b677a4d

Browse files
fix(deps): update rust crate redis to 0.28.0 (#492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cd9b99 commit b677a4d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ eyre = "0.6.12"
2323
log = "0.4.21"
2424
poise = "0.6.1"
2525
octocrab = "0.42.0"
26-
redis = { version = "0.27.0", features = ["tokio-comp", "tokio-rustls-comp"] }
26+
redis = { version = "0.28.0", features = ["tokio-comp", "tokio-rustls-comp"] }
2727
regex = "1.10.4"
2828
reqwest = { version = "0.12.4", default-features = false, features = [
2929
"rustls-tls",

0 commit comments

Comments
 (0)