Skip to content

Commit

Permalink
Update fred requirement from 8.0.6 to 9.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [fred](https://github.com/aembke/fred.rs) to permit the latest version.
- [Release notes](https://github.com/aembke/fred.rs/releases)
- [Changelog](https://github.com/aembke/fred.rs/blob/main/CHANGELOG.md)
- [Commits](aembke/fred.rs@v8.0.6...v9.0.3)

---
updated-dependencies:
- dependency-name: fred
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent 318ba06 commit 079f067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"

[dependencies]
async-trait = "0.1.77"
fred = "8.0.6"
fred = "9.0.3"
rmp-serde = "1.1.2"
thiserror = "1.0.56"
time = "0.3.31"
Expand Down

0 comments on commit 079f067

Please sign in to comment.