diff --git a/rust-core/Cargo.toml b/rust-core/Cargo.toml index 60e0be4..6108737 100644 --- a/rust-core/Cargo.toml +++ b/rust-core/Cargo.toml @@ -65,7 +65,7 @@ notify = "6.1" sha2 = "0.10" base64 = "0.21" lru = "0.12" -dashmap = "5.5" +dashmap = "6.1" once_cell = "1.19" proptest = "1.4" tempfile = "3.8"