Skip to content

Commit c8f804c

Browse files
committed
upgrade all dependencies of gitoxide-core
1 parent 5b4d16d commit c8f804c

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

Cargo.lock

Lines changed: 16 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gitoxide-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ gix-url = { version = "^0.25.2", path = "../gix-url", optional = true }
6969
jwalk = { version = "0.8.0", optional = true }
7070

7171
# for 'hours'
72-
itertools = { version = "0.11.0", optional = true }
72+
itertools = { version = "0.12.0", optional = true }
7373
fs-err = { version = "2.6.0", optional = true }
7474
crossbeam-channel = { version = "0.5.6", optional = true }
7575
smallvec = { version = "1.10.0", optional = true }
7676

7777
# for 'query' and 'corpus'
78-
rusqlite = { version = "0.29.0", optional = true, features = ["bundled"] }
78+
rusqlite = { version = "0.30.0", optional = true, features = ["bundled"] }
7979

8080
# for 'corpus'
8181
parking_lot = { version = "0.12.1", optional = true }

0 commit comments

Comments
 (0)