diff --git a/Cargo.lock b/Cargo.lock index 3ade53d1..756e1e03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,9 +1418,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "loole" -version = "0.1.13" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a7039a651ba2fccd770a7534059b9744b3641390d696e2f91de6655457e9327" +checksum = "5162c38a5a57f11561b045ba0b6dcb0477ad5fbe27a7439b28c049c593102f97" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index 69f4ace1..431f19fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ hyperlocal = { git = "https://github.com/softprops/hyperlocal", rev = "2ee4d1496 ] } hyper = { version = "0.14", features = ["server", "http1", "http2"] } tokio = { version = "1.34.0", features = ["fs", "macros", "signal", "sync"] } -loole = "0.1" +loole = "0.2" # Used for storing data permanently #sled = { version = "0.34.7", features = ["compression", "no_metrics"], optional = true } #sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] }