chore: bump itertools to 0.10.5 (#29580)

This commit is contained in:
Yihau Chen 2023-01-11 14:07:38 +08:00 committed by GitHub
parent 6a97e84db2
commit 3032c6d3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ base64 = "0.13"
bincode = "1.3.3"
eager = "0.1.0"
enum-iterator = "1.2.0"
itertools = "0.10.1"
itertools = "0.10.5"
libc = "0.2.101"
libloading = "0.7.0"
log = "0.4.17"

View File

@ -18,7 +18,7 @@ borsh-derive = "0.9.1"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
bytemuck = { version = "1.8.0", features = ["derive"] }
itertools = "0.10.1"
itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4.17"
memoffset = "0.6"
@ -44,7 +44,7 @@ array-bytes = "=1.4.1"
bitflags = "1.3.1"
base64 = { version = "0.13", features = ["alloc", "std"] }
curve25519-dalek = { version = "3.2.1", features = ["serde"] }
itertools = "0.10.1"
itertools = "0.10.5"
libc = { version = "0.2.126", features = ["extra_traits"] }
libsecp256k1 = "0.6.0"
rand = "0.7"