Skip to content

Commit 15814e8

Browse files
chore(deps): bump the rust-other group with 4 updates
Bumps the rust-other group with 4 updates: [tar](https://github.com/alexcrichton/tar-rs), [itoa](https://github.com/dtolnay/itoa), [zerocopy](https://github.com/google/zerocopy) and [zerocopy-derive](https://github.com/google/zerocopy). Updates `tar` from 0.4.44 to 0.4.45 - [Commits](composefs/tar-rs@0.4.44...0.4.45) Updates `itoa` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.17...1.0.18) Updates `zerocopy` from 0.8.42 to 0.8.47 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.42...v0.8.47) Updates `zerocopy-derive` from 0.8.42 to 0.8.47 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.42...v0.8.47) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: itoa dependency-version: 1.0.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: zerocopy dependency-version: 0.8.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: zerocopy-derive dependency-version: 0.8.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fabe6e0 commit 15814e8

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -42,7 +42,7 @@ sqlparser = { version = "0.59.0", default-features = false, features = [
4242
"std",
4343
"visitor"
4444
] }
45-
tar = { version = "0.4.44", default-features = false }
45+
tar = { version = "0.4.45", default-features = false }
4646
target-lexicon = { version = "0.13", default-features = false }
4747
tempfile = { version = "3.25.0", default-features = false }
4848
tokio = { version = "1.50.0", default-features = false }

0 commit comments

Comments
 (0)