Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the crates group across 1 directory with 7 updates #2251

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

Bumps the crates group with 7 updates in the /userspace/ksud directory:

Package From To
zip 2.2.0 2.2.1
libc 0.2.164 0.2.167
bytes 1.8.0 1.9.0
cc 1.2.1 1.2.2
cpufeatures 0.2.15 0.2.16
itoa 1.0.13 1.0.14
proc-macro2 1.0.91 1.0.92

Updates zip from 2.2.0 to 2.2.1

Release notes

Sourced from zip's releases.

v2.2.1

🐛 Bug Fixes

  • remove executable bit (#238)
  • (lzma) fixed panic in case of invalid lzma stream (#259)
  • resolve new clippy warnings on nightly (#262)
  • resolve clippy warning in nightly (#252)

⚡ Performance

  • Faster cde rejection (#255)
Changelog

Sourced from zip's changelog.

2.2.1 - 2024-11-20

🐛 Bug Fixes

  • remove executable bit (#238)
  • (lzma) fixed panic in case of invalid lzma stream (#259)
  • resolve new clippy warnings on nightly (#262)
  • resolve clippy warning in nightly (#252)

⚡ Performance

  • Faster cde rejection (#255)
Commits
  • 2c03abc chore: release v2.2.1 (#264)
  • 591ce5d fix: remove executable bit (#238)
  • ff877df fix(lzma): fixed panic in case of invalid lzma stream (#259)
  • 0ea2744 Add function to raw copy files and update metadata (#260)
  • a5722e6 build(#237): Don't implicitly enable flate2/any_impl, so that error when mi...
  • de8e3d3 Use the tempfile crate instead of the tempdir crate (which is deprecated) (#254)
  • 73143a0 perf: Faster cde rejection (#255)
  • b8257f8 chore(deps): update thiserror requirement from 1.0.63 to 2.0.3 (#258)
  • 8abbf0e ci(fuzz): Switch to alf for faster fuzzing (#245)
  • 1f2957d fix: resolve new clippy warnings on nightly (#262)
  • Additional commits viewable in compare view

Updates libc from 0.2.164 to 0.2.167

Release notes

Sourced from libc's releases.

0.2.167

Added

Fixed

  • Fix the build with rustc-dep-of-std rust-lang/libc#4158
  • Wasi: Add back unsafe block for clockid_t static variables (#4157)

Cleanup

Other

Removed

  • Remove one unused import after the edition 2021 bump

0.2.166

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165

Added

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.167 - 2024-11-28

Added

Fixed

  • Fix the build with rustc-dep-of-std rust-lang/libc#4158
  • Wasi: Add back unsafe block for clockid_t static variables (#4157)

Cleanup

Other

Removed

  • Remove one unused import after the edition 2021 bump

0.2.166 - 2024-11-26

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165 - 2024-11-25

Added

... (truncated)

Commits
  • 3831e59 chore: release v0.2.167
  • 7cbac14 Merge pull request #4167 from tgross35/backport-fix-rustc-dep-of-std
  • 70b1487 Alow static_mut_refs with rustc-dep-of-std
  • 96db1f4 ci: test with rustc-dep-of-std
  • 4ca22fa Fix the build with rustc-dep-of-std
  • 0acb8d6 Merge pull request #4166 from tgross35/backport-crate-prelude
  • b52375d Add a .git-blame-ignore-revs entry for adding the prelude
  • 108310d Make use of the crate's prelude to replace individual imports
  • 877b6f6 Create an internal prelude
  • 1abd74b trusty: Add intptr_t and uintptr_t
  • Additional commits viewable in compare view

Updates bytes from 1.8.0 to 1.9.0

Release notes

Sourced from bytes's releases.

Bytes v1.9.0

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Changelog

Sourced from bytes's changelog.

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Commits

Updates cc from 1.2.1 to 1.2.2

Release notes

Sourced from cc's releases.

cc-v1.2.2

Other

  • Inherit flags from rustc (#1279)
  • Add support for using sccache wrapper with cuda/nvcc (#1304)
  • Fix msvc stdout not shown on error (#1303)
  • Regenerate target info (#1301)
  • Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
  • Fetch target info from Cargo even if Build::target is manually set (#1299)
  • Fix two files with different extensions having the same object name (#1295)
  • Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
  • Regenerate target info (#1293)
Changelog

Sourced from cc's changelog.

1.2.2 - 2024-11-29

Other

  • Inherit flags from rustc (#1279)
  • Add support for using sccache wrapper with cuda/nvcc (#1304)
  • Fix msvc stdout not shown on error (#1303)
  • Regenerate target info (#1301)
  • Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
  • Fetch target info from Cargo even if Build::target is manually set (#1299)
  • Fix two files with different extensions having the same object name (#1295)
  • Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
  • Regenerate target info (#1293)
Commits
  • 5daf14e chore: release v1.2.2 (#1306)
  • afb6d60 build: Inherit flags from rustc (#1279)
  • 4f312e3 Add support for using sccache wrapper with cuda/nvcc (#1304)
  • f770d56 Fix msvc stdout not shown on error (#1303)
  • 1eefa74 CI: Avoid running scheduled jobs on forks (#1302)
  • 11f0f2e Regenerate target info (#1301)
  • 5e3c257 Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
  • 6a1def4 Fix: Fetch target info from Cargo even if Build::target is manually set (#1...
  • a8f0611 Fix two files with different extensions having the same object name (#1295)
  • 29d6ca1 Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
  • Additional commits viewable in compare view

Updates cpufeatures from 0.2.15 to 0.2.16

Commits

Updates itoa from 1.0.13 to 1.0.14

Release notes

Sourced from itoa's releases.

1.0.14

  • Work around bad IDE suggestion (#56)
Commits

Updates proc-macro2 from 1.0.91 to 1.0.92

Release notes

Sourced from proc-macro2's releases.

1.0.92

  • Improve compiler/fallback mismatch panic message (#487)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the crates group with 7 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.2.0` | `2.2.1` |
| [libc](https://github.com/rust-lang/libc) | `0.2.164` | `0.2.167` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.1` | `1.2.2` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.15` | `0.2.16` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.13` | `1.0.14` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.91` | `1.0.92` |



Updates `zip` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.2.0...v2.2.1)

Updates `libc` from 0.2.164 to 0.2.167
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.164...0.2.167)

Updates `bytes` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

Updates `cc` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.1...cc-v1.2.2)

Updates `cpufeatures` from 0.2.15 to 0.2.16
- [Commits](RustCrypto/utils@cpufeatures-v0.2.15...cpufeatures-v0.2.16)

Updates `itoa` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.13...1.0.14)

Updates `proc-macro2` from 1.0.91 to 1.0.92
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.91...1.0.92)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: bytes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: itoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/cargo/userspace/ksud/crates-81593c1485 branch December 2, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants