Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit efd2170

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

kak-tree-sitter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clap = { version = "4.5", features = ["derive"] }
1818
ctrlc = "3.4"
1919
daemonize = "0.5"
2020
dirs = "5.0"
21-
itertools = "0.12"
21+
itertools = "0.13"
2222
#kak-tree-sitter-config = { version = ">=1.0.0, <3.0.0", path = "../kak-tree-sitter-config" }
2323
kak-tree-sitter-config = { version = "2.2.0-dev", path = "../kak-tree-sitter-config" }
2424
libc = "0.2"

0 commit comments

Comments
 (0)