aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }