diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-03-13 18:17:02 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-03-13 18:17:02 +0000 |
commit | 4780c62523bae805b1ddb796495997c7a5ab7127 (patch) | |
tree | 2619234c01cf66820866c2841cd2cba286494b28 /Cargo.toml | |
parent | 80f64c5015ada9d1e30b38714a7739ef09cdfa3a (diff) | |
download | netapp-4780c62523bae805b1ddb796495997c7a5ab7127.tar.gz netapp-4780c62523bae805b1ddb796495997c7a5ab7127.zip |
Bumped lru to 0.10.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |