Skip to content

Commit fca168f

Browse files
Bump itertools from 0.13.0 to 0.14.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a83258f commit fca168f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ futures-lite = { version = "2.3.0", default-features = false, features = ["alloc
5353
hashbrown = { version = "0.15.0", default-features = false, features = ["raw-entry", "serde"] } # TODO: remove serde feature
5454
hex = { version = "0.4.3", default-features = false }
5555
hmac = { version = "0.12.1", default-features = false }
56-
itertools = { version = "0.13.0", default-features = false }
56+
itertools = { version = "0.14.0", default-features = false }
5757
libm = { version = "0.2.8", default-features = false }
5858
libsecp256k1 = { version = "0.7.1", default-features = false, features = ["static-context", "hmac"] }
5959
# The log` crate is forbidden, as it is very impolite to emit logs from a library.

light-base/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ futures-lite = { version = "2.3.0", default-features = false, features = ["alloc
2727
futures-util = { version = "0.3.27", default-features = false, features = ["alloc", "sink"] } # TODO: slim down these features and consider removing this dependency altogether
2828
hashbrown = { version = "0.15.0", default-features = false }
2929
hex = { version = "0.4.3", default-features = false }
30-
itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] }
30+
itertools = { version = "0.14.0", default-features = false, features = ["use_alloc"] }
3131
lru = { version = "0.12.0", default-features = false, features = ["hashbrown"] } # The `hashbrown` feature brings no-std compatibility.
3232
pin-project = "1.1.5"
3333
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)