Skip to content

Commit 2fc475e

Browse files
fix(deps): update rust crate lru to 0.18
1 parent c54bc6d commit 2fc475e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/flagd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async-trait = { workspace = true }
5454
tokio = { workspace = true }
5555
serde_json = { workspace = true }
5656
serde = { workspace = true }
57-
lru = "0.16"
57+
lru = "0.18"
5858
tokio-stream = "0.1"
5959
tracing = { workspace = true }
6060
thiserror = { workspace = true }

0 commit comments

Comments
 (0)