Skip to content

Commit

Permalink
Update Rust crate redb to 1.5 (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent 88b7b5e commit daa79d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde", "clock"], default-features = fa
async-trait = "0.1"
hex = "0.4"
backoff = { version = "0.4", features = ["tokio"] }
redb = { version = "1.4", optional = true }
redb = { version = "1.5", optional = true }
moka = { version = "0.12", features = ["future"], optional = true } # Caching library

[dev-dependencies]
Expand Down

0 comments on commit daa79d9

Please sign in to comment.