Skip to content

Commit

Permalink
Update Rust crate redb to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 0d1f51f commit f8d6f08
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.3", optional = true }
redb = { version = "1.4", optional = true }
moka = { version = "0.12", features = ["future"], optional = true } # Caching library

[dev-dependencies]
Expand Down

0 comments on commit f8d6f08

Please sign in to comment.