Skip to content

Commit

Permalink
chore: bump redis dependency (#5407)
Browse files Browse the repository at this point in the history
* chore: bump redis dependency

* chore: ignore unmaintained transitive deps

---------

Co-authored-by: kylezs <[email protected]>
  • Loading branch information
msgmaxim and kylezs authored Nov 11, 2024
1 parent be9d675 commit 86c47b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ tree --no-default-features --depth 1 --edges=features,normal
# - RUSTSEC-2024-0320: Unmaintained transitive `yaml-rust` dependency of `insta` crate. We only use insta for testing.
# - RUSTSEC-2024-0370: Unmaintained transitive dependency. Only affects macro generation efficiency.
# - RUSTSEC-2024-0375: Unmaintained transitive dependency used by clap.
# - RUSTSEC-2024-0388: Unmaintained transitive dependency `derivative` used by substrate.
# - RUSTSEC-2024-0384: Unmaintained transitive dependency `instant` used by substrate.
cf-audit = '''
audit -D unmaintained -D unsound
--ignore RUSTSEC-2022-0093
Expand All @@ -56,4 +58,6 @@ audit -D unmaintained -D unsound
--ignore RUSTSEC-2024-0344
--ignore RUSTSEC-2024-0370
--ignore RUSTSEC-2024-0375
--ignore RUSTSEC-2024-0388
--ignore RUSTSEC-2024-0384
'''
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ quickcheck_macros = { version = "1" }
quote = { version = "1.0.35" }
rayon = { version = "1.7.0" }
rand = { version = "0.8.5", default-features = false }
redis = { version = "0.27.2" }
redis = { version = "0.27.5" }
regex = { version = "1.10.2" }
reqwest = { version = "0.11.4" }
rlp = { version = "0.5.2", default-features = false }
Expand Down

0 comments on commit 86c47b6

Please sign in to comment.