diff --git a/Cargo.lock b/Cargo.lock index e40b67b..2e49cbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,9 +1072,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "sled" -version = "0.34.2" +version = "0.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6a1b592011d7eb727a261d2f80608db11d7f02972c7016e8d4e74e67fe0daf" +checksum = "fcbf56c35b0c3f9bc208fab35e45c3bc03137d3c1a4a85bdf0b8db69aecffb45" dependencies = [ "crc32fast", "crossbeam-epoch", diff --git a/Cargo.toml b/Cargo.toml index aafafe9..23861a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ log = "0.4" pretty_env_logger = "0.4.0" regex = "1.3.9" rust-crypto = "^0.2" -sled = "0.34.2" +sled = "0.34.3" clap = "2.33.3"