Skip to content

Commit 800738a

Browse files
Merge pull request #1977 from GitoxideLabs/dependabot/cargo/cargo-811d7b929d
2 parents 8be3193 + f3a4ad6 commit 800738a

File tree

9 files changed

+78
-97
lines changed

9 files changed

+78
-97
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ gix-features = { version = "^0.42.1", path = "gix-features" }
156156
gix = { version = "^0.72.1", path = "gix", default-features = false }
157157

158158
clap = { version = "4.5.37", features = ["derive", "cargo"] }
159-
clap_complete = "4.5.47"
159+
clap_complete = "4.5.48"
160160
prodash = { version = "29.0.2", optional = true }
161161
is-terminal = { version = "0.4.0", optional = true }
162162
env_logger = { version = "0.11.8", default-features = false }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ allow = [
2525
"Apache-2.0",
2626
"BSD-3-Clause",
2727
"BSL-1.0",
28+
"CDLA-Permissive-2.0",
2829
"MIT",
2930
"MIT-0",
3031
"ISC",

gix-diff/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ gix-filter = { path = "../../gix-filter" }
2929
gix-traverse = { path = "../../gix-traverse" }
3030
gix-testtools = { path = "../../tests/tools" }
3131

32-
insta = "1.40.0"
32+
insta = "1.43.1"
3333
shell-words = "1"
3434
pretty_assertions = "1.4.0"

gix-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bitflags = "2"
5151
document-features = { version = "0.2.0", optional = true }
5252

5353
[target.'cfg(not(windows))'.dependencies]
54-
rustix = { version = "1.0.5", default-features = false, features = [
54+
rustix = { version = "1.0.7", default-features = false, features = [
5555
"std",
5656
"fs",
5757
] }

gix-prompt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
2121
thiserror = "2.0.0"
2222

2323
[target.'cfg(unix)'.dependencies]
24-
rustix = { version = "1.0.5", features = ["termios"] }
24+
rustix = { version = "1.0.7", features = ["termios"] }
2525
parking_lot = "0.12.1"
2626

2727
[dev-dependencies]

gix-ref/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ gix-hash = { path = "../../gix-hash" }
3232
gix-validate = { path = "../../gix-validate" }
3333
gix-lock = { path = "../../gix-lock" }
3434
gix-object = { path = "../../gix-object" }
35-
insta = "1.42.1"
35+
insta = "1.43.1"

gix-traverse/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "traverse"
1515
path = "traverse/main.rs"
1616

1717
[dev-dependencies]
18-
insta = "1.40.0"
18+
insta = "1.43.1"
1919
gix-traverse = { path = ".." }
2020
gix-testtools = { path = "../../tests/tools" }
2121
gix-odb = { path = "../../gix-odb" }

gix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ walkdir = "2.3.2"
404404
serial_test = { version = "3.1.0", default-features = false }
405405
async-std = { version = "1.12.0", features = ["attributes"] }
406406
termtree = "0.5.1"
407-
insta = "1.40.0"
407+
insta = "1.43.1"
408408

409409
[package.metadata.docs.rs]
410410
features = [

0 commit comments

Comments
 (0)