Skip to content

Commit 79dabb0

Browse files
Merge pull request #1944 from GitoxideLabs/dependabot/cargo/cargo-ea4584273b
2 parents bc7b685 + 1792178 commit 79dabb0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

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

gitoxide-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jwalk = { version = "0.8.0", optional = true }
7575

7676
# for 'hours'
7777
fs-err = { version = "2.6.0", optional = true }
78-
crossbeam-channel = { version = "0.5.6", optional = true }
78+
crossbeam-channel = { version = "0.5.15", optional = true }
7979
smallvec = { version = "1.10.0", optional = true }
8080

8181
# for 'query' and 'corpus'

gix-features/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ gix-path = { version = "^0.10.15", path = "../gix-path", optional = true }
110110
gix-utils = { version = "^0.2.0", path = "../gix-utils", optional = true }
111111

112112
# 'parallel' feature
113-
crossbeam-channel = { version = "0.5.0", optional = true }
113+
crossbeam-channel = { version = "0.5.15", optional = true }
114114
parking_lot = { version = "0.12.0", default-features = false, optional = true }
115115

116116
walkdir = { version = "2.3.2", optional = true } # used when parallel is off

gix-fs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ serde = { version = "1.0.114", optional = true, default-features = false, featur
3030
fastrand = { version = "2.1.0", default-features = false, features = ["std"] }
3131

3232
[dev-dependencies]
33-
crossbeam-channel = "0.5.0"
33+
crossbeam-channel = "0.5.15"
3434
is_ci = "1.1.1"
3535
tempfile = "3.5.0"

gix-odb/tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ gix-actor = { path = "../../gix-actor" }
3131
pretty_assertions = "1.0.0"
3232
filetime = "0.2.15"
3333
maplit = "1.0.2"
34-
crossbeam-channel = "0.5.13"
34+
crossbeam-channel = "0.5.15"

0 commit comments

Comments
 (0)