Skip to content

Commit 6bf895c

Browse files
Bump the cargo group with 7 updates
Bumps the cargo group with 7 updates: | Package | From | To | | --- | --- | --- | | [tracing-forest](https://github.com/QnnOkabayashi/tracing-forest) | `0.1.6` | `0.2.0` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.43` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.7.0` | `0.8.0` | | [criterion-plot](https://github.com/criterion-rs/criterion.rs) | `0.6.0` | `0.8.0` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.30` | `0.8.31` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.30` | `0.8.31` | Updates `tracing-forest` from 0.1.6 to 0.2.0 - [Commits](https://github.com/QnnOkabayashi/tracing-forest/commits) Updates `tracing-subscriber` from 0.3.20 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) Updates `tracing` from 0.1.41 to 0.1.43 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.43) Updates `criterion` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.0) Updates `criterion-plot` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.6.0...criterion-plot-v0.8.0) Updates `zerocopy` from 0.8.30 to 0.8.31 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.30...v0.8.31) Updates `zerocopy-derive` from 0.8.30 to 0.8.31 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.30...v0.8.31) --- updated-dependencies: - dependency-name: tracing-forest dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tracing dependency-version: 0.1.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: criterion-plot dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: zerocopy dependency-version: 0.8.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zerocopy-derive dependency-version: 0.8.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f471ac5 commit 6bf895c

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)