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

Bump the patch-dependencies group across 1 directory with 49 updates #565

Merged
merged 1 commit into from
May 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2024

Bumps the patch-dependencies group with 38 updates in the / directory:

Package From To
rocket 0.5.0 0.5.1
anstream 0.6.13 0.6.14
anstyle 1.0.6 1.0.7
anstyle-parse 0.2.3 0.2.4
anstyle-query 1.0.2 1.0.3
anstyle-wincon 3.0.2 3.0.3
async-compression 0.4.8 0.4.10
cc 1.0.94 1.0.98
colorchoice 1.0.0 1.0.1
errno 0.3.8 0.3.9
figment 0.10.18 0.10.19
flate2 1.0.28 1.0.30
hashbrown 0.14.3 0.14.5
libc 0.2.153 0.2.155
lock_api 0.4.11 0.4.12
miniz_oxide 0.7.2 0.7.3
num-traits 0.2.18 0.2.19
parking_lot 0.12.1 0.12.2
parking_lot_core 0.9.9 0.9.10
proc-macro2 1.0.81 1.0.83
ref-cast 1.0.22 1.0.23
rustc-demangle 0.1.23 0.1.24
rustix 0.38.32 0.38.34
rustversion 1.0.15 1.0.17
ryu 1.0.17 1.0.18
semver 1.0.22 1.0.23
serde 1.0.198 1.0.202
serde_json 1.0.116 1.0.117
serde_spanned 0.6.5 0.6.6
signal-hook-registry 1.4.1 1.4.2
socket2 0.5.6 0.5.7
thiserror 1.0.58 1.0.61
tokio-util 0.7.10 0.7.11
toml 0.8.12 0.8.13
unicode-width 0.1.11 0.1.12
winapi-util 0.1.6 0.1.8
winnow 0.6.6 0.6.8
zerocopy 0.7.32 0.7.34

Updates rocket from 0.5.0 to 0.5.1

Release notes

Sourced from rocket's releases.

Rocket v0.5.1

This release contains the following crate updates:

  • rocket 0.5.1
  • rocket_db_pools 0.2.0
  • rocket_dyn_templates 0.2.0
  • rocket_ws 0.1.1

See the CHANGELOG for release details.

Changelog

Sourced from rocket's changelog.

Version 0.5.1 (May 22, 2024)

This release contains the following crate updates:

  • rocket 0.5.1
  • rocket_db_pools 0.2.0
  • rocket_dyn_templates 0.2.0
  • rocket_ws 0.1.1

rocket 0.5.1

  • The following char and std::ops::Range types now implement FromForm:

    • char
    • Range<T: FromForm> with start and end fields
    • RangeFrom<T: FromForm> with start field
    • RangeTo<T: FromForm> with end field
    • RangeToInclusive<T: FromForm> with end field
  • [T; N], Vec<T>, and [u8] can now be passed to uri!.

  • The guide now includes a [deploying section].

  • The FromForm derive now properly records errors involving entire forms.

  • FromForm derive can now be used in code emitted by macro_rules! macros.

  • (fix #2668 via [52de9a]) [TempFile] now ensures it flushes before being persisted.

rocket_db_pools 0.2.0

  • SQLite extensions are now supported in sqlx_sqlite.

    Use a database configuration option of extensions to specify extensions:

    [default.databases.db_name]
    url = "db.sqlite"
    # This option is only supported by the `sqlx_sqlite` driver.
    extensions = ["memvfs", "rot13"]
  • (breaking) deadpool was updated to 0.13.

  • (breaking) The Config structure has a new extensions field.

rocket_dyn_templates 0.2.0

... (truncated)

Commits
  • f53611f Add CHANGELOG for 0.5.1.
  • 34321b4 New version: rocket_ws 0.1.1.
  • 92eb043 New version: rocket_dyn_templates 0.2.0.
  • 2993678 New version: rocket_db_pools 0.2.0.
  • af13365 New version: rocket 0.5.1.
  • 55c59b9 Fix API links for v0.5.
  • 65ab368 Update 'deadpool' and related databases to 0.13.
  • 66a2eab Update 'minijinja' to 2.0.
  • ca9648c Improve minijinja and tera template error logs.
  • 002f135 Remove double semicolon in SSE example
  • Additional commits viewable in compare view

Updates anstream from 0.6.13 to 0.6.14

Commits

Updates anstyle from 1.0.6 to 1.0.7

Commits

Updates anstyle-parse from 0.2.3 to 0.2.4

Commits

Updates anstyle-query from 1.0.2 to 1.0.3

Commits

Updates anstyle-wincon from 3.0.2 to 3.0.3

Commits

Updates async-compression from 0.4.8 to 0.4.10

Changelog

Sourced from async-compression's changelog.

0.4.10 - 2024-05-09

Other

  • (deps) update brotli requirement from 5.0 to 6.0 (#274)
  • Fix pipeline doc: Warn on unexpected cfgs instead of error (#276)
  • Update name of release-pr.yml
  • Create release.yml
  • Create release-pr.yml

0.4.9

  • bump dep brotli from 4.0 to 5.0
Commits
  • 94efb21 Merge pull request #277 from Nullus157/release-plz-2024-05-09T12-54-59Z
  • cc67501 chore: release
  • 9346622 chore(deps): update brotli requirement from 5.0 to 6.0 (#274)
  • f7095ba Fix pipeline doc: Warn on unexpected cfgs instead of error (#276)
  • c86e54d Merge pull request #272 from Nullus157/CI/release
  • 27f794e Update name of release-pr.yml
  • b433287 Create release.yml
  • 4b1d4ca Create release-pr.yml
  • 70df4e5 Release async-compression 0.4.9 (#269)
  • 91751a3 Merge pull request #268 from nyurik/brotli-upgrade
  • Additional commits viewable in compare view

Updates brotli from 4.0.0 to 6.0.0

Commits
  • 8e0b2a8 fix CI
  • bf3db20 Minor hq.rs cleanup
  • 10083bf Cleanup BlockSplitIterator
  • f53535a Remove dead code
  • d1f356c Remove unused corrosion code
  • f8f5840 Refactor encode::set_parameter
  • f1dad22 Use proper self for Command and related
  • 2c601f4 Release 5.0.0 with ffi-api disabled by default to avoid ODR issues
  • 6c4cd18 Make hex numbers more readable
  • 2ff7b21 Use proper self for BrotliEncoderStateStruct
  • Additional commits viewable in compare view

Updates brotli-decompressor from 3.0.0 to 4.0.0

Commits

Updates cc from 1.0.94 to 1.0.98

Release notes

Sourced from cc's releases.

1.0.98

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.97...1.0.98

1.0.97

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.96...1.0.97

1.0.96

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.95...1.0.96

1.0.95

What's Changed

... (truncated)

Commits

Updates colorchoice from 1.0.0 to 1.0.1

Commits

Updates errno from 0.3.8 to 0.3.9

Changelog

Sourced from errno's changelog.

[0.3.9] - 2024-05-07

  • Add visionOS support #95
Commits

Updates figment from 0.10.18 to 0.10.19

Commits

Updates flate2 from 1.0.28 to 1.0.30

Release notes

Sourced from flate2's releases.

1.0.29 - with new zlib-rs feature (~zlib-ng in Rust)

With the new zlib-rs feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.28...1.0.29

Commits
  • d3bea90 Merge pull request #405 from Byron/fix-CI
  • 5048843 Merge pull request #407 from striezel-stash/actions-checkout-v4
  • 42c86ce Merge pull request #406 from striezel-stash/fix-some-typos
  • f7b99e9 Update actions/checkout in GitHub Actions workflows to v4
  • 563f1c4 Fix typos
  • 1126a4a prepare bugfix release to make docs work again
  • bc1b3e9 CI verifies that docs can be built (#404)
  • 5ce4154 fix CI by assuring builds work with --all-features enabled (#404)
  • 9a25bc0 Merge pull request #403 from folkertdev/bump-version-zlib-rs
  • e9c87c0 zlib-rs support version bump
  • Additional commits viewable in compare view

Updates hashbrown from 0.14.3 to 0.14.5

Changelog

Sourced from hashbrown's changelog.

[v0.14.5] - 2024-04-28

Fixed

  • Fixed index calculation in panic guard of clone_from_impl. (#511)

[v0.14.4] - 2024-03-19

This release was yanked due to a breaking change.

Commits
  • 025d0f5 Bump version number in Cargo.toml to 0.14.5
  • 8971805 Revert "Make HashSet::insert return OccupiedEntry"
  • 250040a Auto merge of #521 - Amanieu:release-0.14.5, r=Amanieu
  • 232df8c Adjust Github CI since macos-latest is now AArch64
  • adae598 Reapply "Make HashSet::insert return OccupiedEntry"
  • 47ef09f Release v0.14.5
  • 3de77e8 Revert "Make HashSet::insert return OccupiedEntry"
  • 97c2140 Auto merge of #516 - JohnEndson:master, r=Amanieu
  • 1833798 Fix some comments
  • 3741813 Auto merge of #512 - Amanieu:release-0.14.4, r=Amanieu
  • Additional commits viewable in compare view

Updates libc from 0.2.153 to 0.2.155

Release notes

Sourced from libc's releases.

0.2.155

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.154...0.2.155

0.2.154

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.153...0.2.154

Commits
  • 7df63bd Merge pull request #3682 from madsmtm/new-version
  • 0bbb5cd Merge pull request #3690 from tesuji/android-posix-spawn
  • 15c74a4 Update version to 0.2.155
  • 664947b Merge pull request #3708 from cuviper/ci-sparc64-0.2
  • 61331df Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64
  • 73d2004 Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc64
  • 80535f3 Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
  • b2b2fd7 Readd posix_spawn{_file_actions_t,attr_t} on Android
  • 7646277 Merge pull request #3686 from redox-os/redox-epoll-0.2
  • 5eff703 redox: correct EPOLL constants
  • Additional commits viewable in compare view

Updates lock_api from 0.4.11 to 0.4.12

Changelog

Sourced from lock_api's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view

Updates miniz_oxide from 0.7.2 to 0.7.3

Changelog

Sourced from miniz_oxide's changelog.

0.7.3 - 2024-05-17

Bug Fixes

  • (miniz_oxide) Fix version specification for simd-adler32 (#150) - (35c71e1) - Daniel Müller
  • Fix clippy lints (#151) - (7c758d4) - Gnome!
  • (miniz_oxide) Remove lookup table from rustc-std builds (#152) - (434d9ab) - Gnome!

Commits
  • 2ebf8e2 bump version and update changelog
  • 963a9ba fix(miniz_oxide_c_api): set version of cc so ci tests don't fail due to newer...
  • 434d9ab Remove lookup table from rustc-std builds (#152)
  • 7c758d4 Fix clippy lints (#151)
  • 35c71e1 fix(miniz_oxide): Fix version specification for simd-adler32 (#150)
  • See full diff in compare view

Updates multer from 2.1.0 to 3.1.0

Release notes

Sourced from multer's releases.

v3.1.0

log is now an optional dependency, disabled by default. To enable logging, enable the log feature.

v3.0.0

  • update to http dependency to 1.0 [d2fe51fefd400198fca96e6f24442aaad4dc6bb0]
  • better Content-Disposition parsing [bca313f]
  • Error now implements std::Error::source() [0f5f742dba85766ed09e9374053fa19e5da73f91]
Commits

Updates num-traits from 0.2.18 to 0.2.19

Changelog

Sourced from num-traits's changelog.

Release 0.2.19 (2024-05-03)

Contributors: @​cuviper, @​michaelciraci

Commits
  • 7ec3d41 Merge pull request #321 from cuviper/release-0.2.19
  • 1a8d429 Release 0.2.19
  • 8358949 Merge pull request #305 from michaelciraci/implement-float-clamp
  • 1a44ffb Add a default impl for Float::clamp
  • 2957044 Implementing clamp for Float trait
  • a90d4a6 Merge pull request #310 from cuviper/msrv-1.60
  • ca42b4e Update the MSRV in docs
  • e9bea92 Upgrade to 2021 edition
  • 4e253cd Assume has_float_to_from_bytes
  • 7212041 Assume has_int_to_from_bytes
  • Additional commits viewable in compare view

Updates parking_lot from 0.12.1 to 0.12.2

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)

parking_lot_core 0.9.9, lock_api 0.4.11 (2023-10-18)

  • Fixed RwLockUpgradeableReadGuard::with_upgraded. (#393)
  • Fixed ReentrantMutex::bump lock count. (#390)
  • Added methods to unsafely create a lock guard out of thin air. (#403)
  • Added support for Apple tvOS. (#405)

parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)

  • Mark guards with #[clippy::has_significant_drop] (

Bumps the patch-dependencies group with 38 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rocket](https://github.com/rwf2/Rocket) | `0.5.0` | `0.5.1` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.13` | `0.6.14` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.6` | `1.0.7` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.3` | `0.2.4` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.2` | `3.0.3` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.8` | `0.4.10` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.94` | `1.0.98` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.0` | `1.0.1` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` |
| [figment](https://github.com/SergioBenitez/Figment) | `0.10.18` | `0.10.19` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.30` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` |
| [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.155` |
| [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.11` | `0.4.12` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.2` | `0.7.3` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.18` | `0.2.19` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.1` | `0.12.2` |
| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.9` | `0.9.10` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.81` | `1.0.83` |
| [ref-cast](https://github.com/dtolnay/ref-cast) | `1.0.22` | `1.0.23` |
| [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.23` | `0.1.24` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.32` | `0.38.34` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.15` | `1.0.17` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` |
| [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.202` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` |
| [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.1` | `1.4.2` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.6` | `0.5.7` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.61` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.11` | `0.1.12` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.6` | `0.6.8` |
| [zerocopy](https://github.com/google/zerocopy) | `0.7.32` | `0.7.34` |



Updates `rocket` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.5.0...v0.5.1)

Updates `anstream` from 0.6.13 to 0.6.14
- [Commits](rust-cli/anstyle@anstream-v0.6.13...anstream-v0.6.14)

Updates `anstyle` from 1.0.6 to 1.0.7
- [Commits](rust-cli/anstyle@v1.0.6...v1.0.7)

Updates `anstyle-parse` from 0.2.3 to 0.2.4
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.3...anstyle-parse-v0.2.4)

Updates `anstyle-query` from 1.0.2 to 1.0.3
- [Commits](rust-cli/anstyle@anstyle-query-v1.0.2...anstyle-query-v1.0.3)

Updates `anstyle-wincon` from 3.0.2 to 3.0.3
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.2...anstyle-wincon-v3.0.3)

Updates `async-compression` from 0.4.8 to 0.4.10
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@async-compression-v0.4.8...v0.4.10)

Updates `brotli` from 4.0.0 to 6.0.0
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](dropbox/rust-brotli@4.0.0...6.0.0)

Updates `brotli-decompressor` from 3.0.0 to 4.0.0
- [Commits](https://github.com/dropbox/rust-brotli-decompressor/commits/4.0.0)

Updates `cc` from 1.0.94 to 1.0.98
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.94...1.0.98)

Updates `colorchoice` from 1.0.0 to 1.0.1
- [Commits](rust-cli/anstyle@colorchoice-v1.0.0...colorchoice-v1.0.1)

Updates `errno` from 0.3.8 to 0.3.9
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

Updates `figment` from 0.10.18 to 0.10.19
- [Commits](https://github.com/SergioBenitez/Figment/commits)

Updates `flate2` from 1.0.28 to 1.0.30
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.28...1.0.30)

Updates `hashbrown` from 0.14.3 to 0.14.5
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.3...v0.14.5)

Updates `libc` from 0.2.153 to 0.2.155
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.153...0.2.155)

Updates `lock_api` from 0.4.11 to 0.4.12
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@lock_api-0.4.11...lock_api-0.4.12)

Updates `miniz_oxide` from 0.7.2 to 0.7.3
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.7.2...0.7.3)

Updates `multer` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/rwf2/multer/releases)
- [Commits](https://github.com/rwf2/multer/commits/v3.1.0)

Updates `num-traits` from 0.2.18 to 0.2.19
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.18...num-traits-0.2.19)

Updates `parking_lot` from 0.12.1 to 0.12.2
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.1...0.12.2)

Updates `parking_lot_core` from 0.9.9 to 0.9.10
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@core-0.9.9...core-0.9.10)

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

Updates `ref-cast` from 1.0.22 to 1.0.23
- [Release notes](https://github.com/dtolnay/ref-cast/releases)
- [Commits](dtolnay/ref-cast@1.0.22...1.0.23)

Updates `ref-cast-impl` from 1.0.22 to 1.0.23
- [Release notes](https://github.com/dtolnay/ref-cast/releases)
- [Commits](dtolnay/ref-cast@1.0.22...1.0.23)

Updates `rocket_codegen` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.5.0...v0.5.1)

Updates `rocket_http` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.5.0...v0.5.1)

Updates `rustc-demangle` from 0.1.23 to 0.1.24
- [Commits](rust-lang/rustc-demangle@0.1.23...0.1.24)

Updates `rustix` from 0.38.32 to 0.38.34
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.32...v0.38.34)

Updates `rustversion` from 1.0.15 to 1.0.17
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.15...1.0.17)

Updates `ryu` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.17...1.0.18)

Updates `semver` from 1.0.22 to 1.0.23
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.22...1.0.23)

Updates `serde` from 1.0.198 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.202)

Updates `serde_derive` from 1.0.198 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.202)

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `serde_spanned` from 0.6.5 to 0.6.6
- [Commits](toml-rs/toml@serde_spanned-v0.6.5...serde_spanned-v0.6.6)

Updates `signal-hook-registry` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@registry-v1.4.1...registry-v1.4.2)

Updates `socket2` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](rust-lang/socket2@v0.5.6...v0.5.7)

Updates `thiserror` from 1.0.58 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.58...1.0.61)

Updates `thiserror-impl` from 1.0.58 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.58...1.0.61)

Updates `tokio-util` from 0.7.10 to 0.7.11
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.10...tokio-util-0.7.11)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)

Updates `toml_datetime` from 0.6.5 to 0.6.6
- [Commits](toml-rs/toml@toml_datetime-v0.6.5...toml_datetime-v0.6.6)

Updates `toml_edit` from 0.22.10 to 0.22.13
- [Commits](toml-rs/toml@v0.22.10...v0.22.13)

Updates `unicode-width` from 0.1.11 to 0.1.12
- [Commits](unicode-rs/unicode-width@v0.1.11...v0.1.12)

Updates `winapi-util` from 0.1.6 to 0.1.8
- [Commits](BurntSushi/winapi-util@0.1.6...0.1.8)

Updates `winnow` from 0.6.6 to 0.6.8
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.6...v0.6.8)

Updates `zerocopy` from 0.7.32 to 0.7.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.7.32...v0.7.34)

Updates `zerocopy-derive` from 0.7.32 to 0.7.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.7.32...v0.7.34)

---
updated-dependencies:
- dependency-name: rocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: anstyle-wincon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: async-compression
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: brotli
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: patch-dependencies
- dependency-name: brotli-decompressor
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: patch-dependencies
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: colorchoice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: figment
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: lock_api
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: multer
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: patch-dependencies
- dependency-name: num-traits
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: parking_lot
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: parking_lot_core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: ref-cast
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: ref-cast-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rocket_codegen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rocket_http
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rustc-demangle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rustversion
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: semver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: signal-hook-registry
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: socket2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: tokio-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: toml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: toml_datetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: unicode-width
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: winapi-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: zerocopy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: zerocopy-derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

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 May 24, 2024
@nelsonjchen nelsonjchen merged commit d146e71 into master May 24, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/patch-dependencies-09573dc43e branch May 24, 2024 01:54
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.

1 participant