Skip to content

Commit 7ea1280

Browse files
build(deps): bump the cargo group across 1 directory with 8 updates
Bumps the cargo group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [kdl](https://github.com/kdl-org/kdl-rs) | `6.3.3` | `6.3.4` | | [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.26` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.140` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` | | [uuid](https://github.com/uuid-rs/uuid) | `1.12.1` | `1.15.1` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.14` | `0.8.21` | | [zstd](https://github.com/gyscos/zstd-rs) | `0.13.2` | `0.13.3` | Updates `kdl` from 6.3.3 to 6.3.4 - [Release notes](https://github.com/kdl-org/kdl-rs/releases) - [Changelog](https://github.com/kdl-org/kdl-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/kdl-org/kdl-rs/commits) Updates `log` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.25...0.4.26) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `serde_json` from 1.0.138 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.140) Updates `thiserror` from 2.0.11 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) Updates `uuid` from 1.12.1 to 1.15.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.12.1...v1.15.1) Updates `zerocopy` from 0.8.14 to 0.8.21 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.14...v0.8.21) Updates `zstd` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](gyscos/zstd-rs@v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: kdl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 982b251 commit 7ea1280

File tree

2 files changed

+51
-38
lines changed

2 files changed

+51
-38
lines changed

Cargo.lock

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

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ members = [
1313
gpt = "4.0.0"
1414
linux-raw-sys = "0.7.0"
1515
itertools = "0.14.0"
16-
kdl = "6.3.3"
17-
log = "0.4.21"
16+
kdl = "6.3.4"
17+
log = "0.4.26"
1818
miette = "7.5.0"
1919
nix = { version = "0.29.0", features = ["fs", "mount"] }
2020
phf = "0.11"
2121
serde = { version = "1.0" }
2222
serde_json = "1.0"
2323
serde_with = "3.0"
2424
test-log = "0.2.17"
25-
thiserror = "2.0.3"
26-
uuid = { version = "1.12.1", features = ["v8"] }
27-
zerocopy = "0.8.0"
28-
zstd = "0.13.1"
25+
thiserror = "2.0.12"
26+
uuid = { version = "1.15.1", features = ["v8"] }
27+
zerocopy = "0.8.21"
28+
zstd = "0.13.3"

0 commit comments

Comments
 (0)