aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-03-13 18:17:02 +0000
committerJonathan Davies <jpds@protonmail.com>2023-03-13 18:17:02 +0000
commit4780c62523bae805b1ddb796495997c7a5ab7127 (patch)
tree2619234c01cf66820866c2841cd2cba286494b28 /Cargo.toml
parent80f64c5015ada9d1e30b38714a7739ef09cdfa3a (diff)
downloadnetapp-4780c62523bae805b1ddb796495997c7a5ab7127.tar.gz
netapp-4780c62523bae805b1ddb796495997c7a5ab7127.zip
Bumped lru to 0.10.
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" }