Skip to content

Commit 7d27e67

Browse files
wangrunji0408github-actions[bot]
authored andcommitted
Fix "cargo-hakari"
1 parent 2214869 commit 7d27e67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ hmac = { version = "0.12", default-features = false, features = ["reset"] }
6464
hyper = { version = "0.14", features = ["full"] }
6565
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1", default-features = false, features = ["serde", "std"] }
6666
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2", features = ["serde"] }
67-
itertools = { version = "0.11" }
67+
itertools = { version = "0.10" }
6868
jni = { version = "0.21", features = ["invocation"] }
6969
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
7070
lexical-core = { version = "0.8", features = ["format"] }
@@ -166,7 +166,7 @@ frunk_core = { version = "0.4", default-features = false, features = ["std"] }
166166
generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] }
167167
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["nightly", "raw"] }
168168
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2", features = ["serde"] }
169-
itertools = { version = "0.11" }
169+
itertools = { version = "0.10" }
170170
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
171171
libc = { version = "0.2", features = ["extra_traits"] }
172172
log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] }

0 commit comments

Comments
 (0)