diff --git a/Cargo.toml b/Cargo.toml index e4240dd..34c5721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ segment_history = ["lsm-tree/segment_history"] byteorder = "1.5.0" crc32fast = "1.4.0" lsm-tree = { version = "0.6.3", default-features = false } -log = "0.4.20" +log = "0.4.21" std-semaphore = "0.1.0" tempfile = "3.10.1" fs_extra = "1.3.0"