Skip to content

Commit 5719d06

Browse files
fix(deps): update rust crate redis to v1
1 parent f8a25f8 commit 5719d06

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

Cargo.lock

Lines changed: 16 additions & 2 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.48.0"
26-
redis = { version = "0.32.0", features = ["tokio-comp", "tokio-rustls-comp"] }
26+
redis = { version = "1.0.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)