keymgr: Upgrade to latest itertools.

(Everything else is already on 0.11.0.)
This commit is contained in:
Nick Mathewson 2023-07-17 10:08:38 -04:00
parent a36a0ab45b
commit 119bb68cbc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4555,7 +4555,7 @@ dependencies = [
"downcast-rs",
"dyn-clone",
"fs-mistrust",
"itertools 0.10.5",
"itertools 0.11.0",
"serde",
"ssh-key",
"tempfile",

View File

@ -29,7 +29,7 @@ derive_more = "0.99.3"
downcast-rs = "1.2.0"
dyn-clone = "1.0.11"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.1", features = ["serde", "walkdir"] }
itertools = "0.10.1"
itertools = "0.11.0"
serde = { version = "1.0.103", features = ["derive"] }
ssh-key = { version = "0.5.1", features = ["std"] }
thiserror = "1"