From 16a0cd4ed4b9fd68098106e2978bc8094a3e8919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 06:30:34 +0000 Subject: [PATCH] Bump loole from 0.1.13 to 0.3.0 Bumps [loole](https://github.com/mahdi-shojaee/loole) from 0.1.13 to 0.3.0. - [Commits](https://github.com/mahdi-shojaee/loole/commits) --- updated-dependencies: - dependency-name: loole dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51c01915..8aadab8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,9 +1418,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "loole" -version = "0.1.13" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a7039a651ba2fccd770a7534059b9744b3641390d696e2f91de6655457e9327" +checksum = "c6725f0feab07fcf90f6de5417c06d7fef976fa6e5912fa9e21cb5e4dc6ae5da" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index 82cca9c6..8615a74e 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.35.1", features = ["fs", "macros", "signal", "sync"] } -loole = "0.1" +loole = "0.3" # 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"] }