aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-03-13 18:19:37 +0000
committerAlex <alex@adnab.me>2023-03-13 18:19:37 +0000
commite25273c138701ee438b469863308bdd3b839a4c2 (patch)
tree2619234c01cf66820866c2841cd2cba286494b28
parent80f64c5015ada9d1e30b38714a7739ef09cdfa3a (diff)
parent4780c62523bae805b1ddb796495997c7a5ab7127 (diff)
downloadnetapp-e25273c138701ee438b469863308bdd3b839a4c2.tar.gz
netapp-e25273c138701ee438b469863308bdd3b839a4c2.zip
Merge pull request 'Bumped lru to 0.10.' (#8) from jpds/netapp:lru-0.10 into main
Reviewed-on: https://git.deuxfleurs.fr/lx/netapp/pulls/8
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e14a6bf..8276a64 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -498,9 +498,9 @@ dependencies = [
[[package]]
name = "lru"
-version = "0.9.0"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"
+checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
dependencies = [
"hashbrown 0.13.2",
]
@@ -730,9 +730,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.24"
+version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "50686e0021c4136d1d453b2dfe059902278681512a34d4248435dc34b6b5c8ec"
+checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
dependencies = [
"proc-macro2",
]
diff --git a/Cargo.toml b/Cargo.toml
index cea7a41..a0c5544 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ arc-swap = "1.6"
async-trait = "0.1.64"
err-derive = "0.3"
bytes = "1.3"
-lru = { version = "0.9", optional = true }
+lru = { version = "0.10", optional = true }
cfg-if = "1.0"
sodiumoxide = { version = "0.2.5-0", package = "kuska-sodiumoxide" }