Skip to content

Commit 80a2dfa

Browse files
committed
Bump itertools version
`0.13.0` now the most common among nushell dependencies
1 parent abb5c08 commit 80a2dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ chrono = { version = "0.4.19", default-features = false, features = [
2323
crossbeam = { version = "0.8.2", optional = true }
2424
crossterm = { version = "0.28.1", features = ["serde"] }
2525
fd-lock = "4.0.2"
26-
itertools = "0.12.0"
26+
itertools = "0.13.0"
2727
nu-ansi-term = "0.50.0"
2828
rusqlite = { version = "0.31.0", optional = true }
2929
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)