Skip to content

Commit f8435ea

Browse files
authored
Merge pull request #2277 from GitoxideLabs/dependabot/cargo/cargo-83105039d9
Bump the cargo group with 7 updates
2 parents f471ac5 + 6bf895c commit f8435ea

File tree

4 files changed

+45
-24
lines changed

4 files changed

+45
-24
lines changed

Cargo.lock

Lines changed: 41 additions & 20 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
@@ -86,8 +86,8 @@ parking_lot = { version = "0.12.4", optional = true }
8686
sysinfo = { version = "0.37.2", optional = true, default-features = false, features = ["system"] }
8787
serde_json = { version = "1.0.145", optional = true }
8888
tracing-forest = { version = "0.2.0", features = ["serde"], optional = true }
89-
tracing-subscriber = { version = "0.3.20", optional = true }
90-
tracing = { version = "0.1.37", optional = true }
89+
tracing-subscriber = { version = "0.3.22", optional = true }
90+
tracing = { version = "0.1.43", optional = true }
9191

9292
# for svg graph output
9393
layout-rs = "0.1.3"

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ smallvec = "1.15.1"
3737
document-features = { version = "0.2.0", optional = true }
3838

3939
[dev-dependencies]
40-
criterion = "0.7.0"
40+
criterion = "0.8.0"
4141

4242
[[bench]]
4343
name = "large_config_file"

gix-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ serde = { version = "1.0.114", optional = true, default-features = false, featur
6767
document-features = { version = "0.2.0", optional = true }
6868

6969
[dev-dependencies]
70-
criterion = "0.7.0"
70+
criterion = "0.8.0"
7171
pretty_assertions = "1.0.0"
7272
gix-testtools = { path = "../tests/tools" }
7373
gix-odb = { path = "../gix-odb" }

0 commit comments

Comments
 (0)