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 with 32 updates #429

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Bumps the patch-dependencies group with 32 updates:

Package From To
reqwest 0.11.20 0.11.22
anstyle 1.0.3 1.0.4
anstyle-parse 0.2.1 0.2.2
async-compression 0.4.3 0.4.4
async-trait 0.1.73 0.1.74
clap 4.4.3 4.4.6
deranged 0.3.8 0.3.9
errno 0.3.3 0.3.5
fastrand 2.0.0 2.0.1
figment 0.10.10 0.10.11
flate2 1.0.27 1.0.28
hermit-abi 0.3.2 0.3.3
libc 0.2.148 0.2.149
lock_api 0.4.10 0.4.11
memchr 2.6.3 2.6.4
num-traits 0.2.16 0.2.17
parking_lot_core 0.9.8 0.9.9
proc-macro2 1.0.67 1.0.69
rustix 0.38.11 0.38.20
semver 1.0.18 1.0.20
serde 1.0.188 1.0.189
sharded-slab 0.1.4 0.1.7
smallvec 1.11.0 1.11.1
thiserror 1.0.48 1.0.50
time 0.3.28 0.3.30
tokio-util 0.7.8 0.7.9
tracing-attributes 0.1.26 0.1.27
tracing-core 0.1.31 0.1.32
ubyte 0.10.3 0.10.4
unicode-width 0.1.10 0.1.11
winapi-util 0.1.5 0.1.6
winnow 0.5.15 0.5.17

Updates reqwest from 0.11.20 to 0.11.22

Release notes

Sourced from reqwest's releases.

v0.11.21

What's Changed

  • Add automatically detecting macOS proxy settings.
  • Add ClientBuilder::tls_info(bool), which will put tls::TlsInfo into the response extensions.
  • Fix trust-dns resolver from possible hangs.
  • Fix connect timeout to be split among multiple IP addresses.

New Contributors

Changelog

Sourced from reqwest's changelog.

v0.11.22

  • Fix compilation on Windows when trust-dns is enabled.

v0.11.21

  • Add automatically detecting macOS proxy settings.
  • Add ClientBuilder::tls_info(bool), which will put tls::TlsInfo into the response extensions.
  • Fix trust-dns resolver from possible hangs.
  • Fix connect timeout to be split among multiple IP addresses.
Commits

Updates anstyle from 1.0.3 to 1.0.4

Commits

Updates anstyle-parse from 0.2.1 to 0.2.2

Commits

Updates async-compression from 0.4.3 to 0.4.4

Release notes

Sourced from async-compression's releases.

async-compression: v0.4.4

  • Update zstd dependency to 0.13.
Changelog

Sourced from async-compression's changelog.

0.4.4

  • Update zstd dependency to 0.13.
Commits
  • d75f8c2 Merge pull request #251 from Nullus157/new-release
  • 3e9eec0 Release async-compression v0.4.4
  • 99f53f2 Merge pull request #250 from Nullus157/dependabot/cargo/zstd-safe-7
  • 682718b chore(deps): update zstd-safe requirement from 6 to 7
  • 2fa53e2 Merge pull request #249 from g2p/min-versions
  • f396957 Add a min-versions run to the CI
  • 13934c4 Fix a minimum-versions issue
  • See full diff in compare view

Updates async-trait from 0.1.73 to 0.1.74

Release notes

Sourced from async-trait's releases.

0.1.74

  • Documentation improvements
Commits
  • 265979b Release 0.1.74
  • 5e67709 Fix doc test when async fn in trait is natively supported
  • ef144ae Update ui test suite to nightly-2023-10-15
  • 9398a28 Test docs.rs documentation build in CI
  • 8737173 Update ui test suite to nightly-2023-09-24
  • 5ba643c Test dyn Trait containing async fn
  • 247c8e7 Add ui test testing the recommendation to use async-trait
  • 799db66 Update ui test suite to nightly-2023-09-23
  • 0e60248 Update actions/checkout@v3 -> v4
  • 7fcbc83 Update ui test suite to nightly-2023-08-29
  • See full diff in compare view

Updates clap from 4.4.3 to 4.4.6

Release notes

Sourced from clap's releases.

v4.4.6

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

v4.4.5

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3
Changelog

Sourced from clap's changelog.

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3
Commits

Updates deranged from 0.3.8 to 0.3.9

Commits

Updates errno from 0.3.3 to 0.3.5

Changelog

Sourced from errno's changelog.

[0.3.5] - 2023-10-08

  • Use __errno_location on DragonFly BSD #82

[0.3.4] - 2023-10-01

  • Add GNU/Hurd support #80
Commits

Updates fastrand from 2.0.0 to 2.0.1

Release notes

Sourced from fastrand's releases.

v2.0.1

  • Clarify documentation for the fork() method. (#62)
  • Mention fastrand-contrib in documentation. (#70)
Changelog

Sourced from fastrand's changelog.

Version 2.0.1

  • Clarify documentation for the fork() method. (#62)
  • Mention fastrand-contrib in documentation. (#70)
Commits

Updates figment from 0.10.10 to 0.10.11

Commits
  • 4f30545 New version: 0.10.11.
  • 6e37c46 Add a tip to avoid 'serde(flatten)'.
  • 7d01bb3 Update outdated CI actions.
  • 1fd3800 Update 'toml' and 'atomic' dependencies.
  • 91b9e29 Allow preserving original env var casing.
  • f7a75e7 Add failing test for 'SelectedProfile'.
  • See full diff in compare view

Updates flate2 from 1.0.27 to 1.0.28

Release notes

Sourced from flate2's releases.

1.0.28

What's Changed

New Contributors

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

Commits
  • a99b53e Merge pull request #378 from Byron/prep-release
  • 223f829 Merge pull request #380 from Manishearth/reset-stream
  • 7a61ea5 Reset StreamWrapper after calling mz_inflate / mz_deflate
  • 1260d3e prepare next patch-release
  • f62ff42 Merge pull request #375 from georeth/fix-read-doc
  • 5b23cc9 Fix and unify docs of bufread and read types.
  • f285e9a Merge pull request #373 from anforowicz/fix-spare-capacity-handling
  • 69972b8 Fix soundness of write_to_spare_capacity_of_vec.
  • 82e45fa Refactoring: Dedupe code into write_to_spare_capacity_of_vec helper.
  • 20cdcbe Merge pull request #371 from jongiddy/jgiddy/msrv-1.53
  • Additional commits viewable in compare view

Updates hermit-abi from 0.3.2 to 0.3.3

Commits
  • 7c5fd16 chore: release hermit-abi 0.3.3
  • 3408237 feat(examples): add webserver
  • 266887c feat(examples): add fuse_test
  • da81b28 feat(abi): add syscalls for directories
  • 8e1d4b9 style: sort Cargo.toml
  • 07b05aa Merge pull request #481 from mkroening/nightly-2023-09-15
  • 7cdf9c7 chore: upgrade to nightly-2023-09-15
  • 90f3c0c Merge pull request #479 from hermit-os/dependabot/github_actions/docker/build...
  • 44836f7 Merge pull request #478 from hermit-os/dependabot/github_actions/docker/login...
  • 134daff build(deps): Bump docker/build-push-action from 4 to 5
  • Additional commits viewable in compare view

Updates libc from 0.2.148 to 0.2.149

Release notes

Sourced from libc's releases.

0.2.149

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.148...0.2.149

Commits
  • d80e8bd Auto merge of #3360 - vita-rust:release-0.2.149, r=JohnTitor
  • 017bf5f Auto merge of #3373 - SteveLauC:close_range, r=JohnTitor
  • 14ef2e5 Auto merge of #3335 - androm3da:bcain/sa_onstack, r=JohnTitor
  • 7b9e367 fmt
  • 173757d feat: add close_range for glibc
  • c7a860d Auto merge of #3370 - NordSecurity:add_apple_tvos_support, r=JohnTitor
  • 4cdc32e Auto merge of #3325 - Vtewari2311:libc-hurd-latest, r=JohnTitor
  • aa065c6 Auto merge of #3372 - SteveLauC:execveat, r=JohnTitor
  • d3910f6 add execveat for glibc
  • aab9d70 Fix apple tvos support
  • Additional commits viewable in compare view

Updates lock_api from 0.4.10 to 0.4.11

Changelog

Sourced from lock_api's changelog.

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)
Commits
  • 8d92826 Release lock_api 0.4.11 and parking_lot_core 0.9.9
  • 8e9b3b9 Merge pull request #348 from claui/rust-version
  • 669bf52 Merge pull request #403 from Lochlanna/public-guard-creation
  • 3f38a9e rename arc guard creation methods
  • b6eb569 Merge pull request #407 from alex/patch-1
  • aa2115f Updated redox_syscall dep
  • 8f5ccd0 small fix to doc wording on read guard methods
  • e927d19 Updated documentation for upgradable guard creation function.
  • d0d4ee9 Updated documentation for guard creation functions
  • 05e6a4e Merge pull request #405 from NordSecurity/add_apple_tvos_support
  • Additional commits viewable in compare view

Updates memchr from 2.6.3 to 2.6.4

Commits

Updates num-traits from 0.2.16 to 0.2.17

Changelog

Sourced from num-traits's changelog.

Release 0.2.17 (2023-10-07)

Contributors: @​robamu

Commits

Updates parking_lot_core from 0.9.8 to 0.9.9

Changelog

Sourced from parking_lot_core's changelog.

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)
Commits
  • 8d92826 Release lock_api 0.4.11 and parking_lot_core 0.9.9
  • 8e9b3b9 Merge pull request #348 from claui/rust-version
  • 669bf52 Merge pull request #403 from Lochlanna/public-guard-creation
  • 3f38a9e rename arc guard creation methods
  • b6eb569 Merge pull request #407 from alex/patch-1
  • aa2115f Updated redox_syscall dep
  • 8f5ccd0 small fix to doc wording on read guard methods
  • e927d19 Updated documentation for upgradable guard creation function.
  • d0d4ee9 Updated documentation for guard creation functions
  • 05e6a4e Merge pull request #405 from NordSecurity/add_apple_tvos_support
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.67 to 1.0.69

Release notes

Sourced from proc-macro2's releases.

1.0.69

  • Fix Span::source_text() bug causing panics or incorrect source text (#410)

1.0.68

  • Fix panic in Span::source_text() when source contains multibyte characters (#408)
Commits
  • 937bbcd Release 1.0.69
  • 42dc36e Merge pull request #412 from dtolnay/sourcetext
  • 6461c2d Add out-of-order call to source_text test
  • c4c3251 Explain source_text implementation approach
  • 31b14c3 Cache byte offsets computed from a char index
  • 0e15461 Make FileInfo mut in source_text to allow amortization of char indices
  • 90b8e1e Merge pull request #411 from dtolnay/sourcetext
  • 137ae0a Fix source_text treating span.lo as byte offset not char index
  • 4c0bd28 Add regression test for issue 410
  • 12eddc0 Reword explanation of SourceMap initial value
  • Additional commits viewable in compare view

Updates rustix from 0.38.11 to 0.38.20

Commits

Updates semver from 1.0.18 to 1.0.20

Release notes

Sourced from semver's releases.

1.0.20

  • Add a method for comparing versions by precedence (#305)

1.0.19

Commits
  • 55fa2ca Release 1.0.20
  • 5feccc0 Merge pull request #305 from dtolnay/precedence
  • 83aaaf0 Add a method for precedence comparison of Versions
  • 83154ea Test docs.rs documentation build in CI
  • 72a6b5a Release 1.0.19
  • 83abc7f Relocate comparator parse testing
  • 2d34e8f Touch up PR 299 test cases
  • 5e09329 More comprehensible excessive version comparator test
  • 473209f Merge pull request #299 from CXWorks/master
  • cb07901 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view

Updates serde from 1.0.188 to 1.0.189

Release notes

Sourced from serde's releases.

v1.0.189

  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @​ahl)
Commits
  • e94fc65 Release 1.0.189
  • b908487 Remove double nesting of first_attempt
  • 2a7c7fa Merge pull request #2613 from ahl/fix-untagged-plus-simple
  • e302e15 Merge pull request #2625 from marcospb19/add-csv-to-the-list
  • 1cbea89 Add CSV to the formats list
  • 37a3285 Update ui test suite to nightly-2023-10-06
  • 8c4aad3 Clean up unneeded raw strings in test
  • 1774794 Resolve needless_raw_string_hashes clippy lint in test
  • 1af23f1 Test docs.rs documentation build in CI
  • 94fbc3d fix clippy
  • Additional commits viewable in compare view

Updates sharded-slab from 0.1.4 to 0.1.7

Release notes

Sourced from sharded-slab's releases.

v0.1.7

Bug Fixes

  • index out of bounds in get() and get_owned() (#88) (fdbc930f)
  • unique_iter: prevent panics if a slab is empty (#88) (bd599e0b, closes #73)

v0.1.6

Features

Bug Fixes

  • use a smaller CustomConfig for 32-bit tests (#84) (828ffff9, closes #82)

v0.1.5

Bug Fixes

  • Slab: invalid generation in case of custom config (#80) (ca090279)

0.1.4 (2021-10-12)

Features

  • emit a nicer panic when thread count overflows MAX_SHARDS (#64) (f1ed058a)

0.1.3 (2021-08-02)

Bug Fixes

... (truncated)

Changelog

Sourced from sharded-slab's changelog.

v0.1.7 (2023-10-04)

Bug Fixes

  • index out of bounds in get() and get_owned() (#88) (fdbc930f)
  • unique_iter: prevent panics if a slab is empty (#88) (bd599e0b, closes #73)

0.1.6 (2023-09-27)

Features

Bug Fixes

  • use a smaller CustomConfig for 32-bit tests (#84) (828ffff9, closes #82)

0.1.5 (2023-08-28)

Bug Fixes

  • Slab: invalid generation in case of custom config (#80) (ca090279)

Commits
  • 40579b9 chore: prepare to release v0.1.7
  • 5599621 chore(ci): don't require nightly to pass (#89)
  • 0c4f078 chore(ci): add job for everything passing (#89)
  • eb19a4f chore(ci): run tests on stable (#89)
  • eccd94c chore(ci): move msrv check to a dedicated job (#88)
  • e940450 test: property-based tests to check public API (#88)
  • bd599e0 fix(unique_iter): prevent panics if a slab is empty (#88)
  • fdbc930 fix: index out of bounds in get() and get_owned() (#88)
  • 5666378 style: satisfy clippy (#88)

Bumps the patch-dependencies group with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.20` | `0.11.22` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.3` | `1.0.4` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.1` | `0.2.2` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.3` | `0.4.4` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.73` | `0.1.74` |
| [clap](https://github.com/clap-rs/clap) | `4.4.3` | `4.4.6` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.8` | `0.3.9` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.3` | `0.3.5` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.0` | `2.0.1` |
| [figment](https://github.com/SergioBenitez/Figment) | `0.10.10` | `0.10.11` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.27` | `1.0.28` |
| [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.2` | `0.3.3` |
| [libc](https://github.com/rust-lang/libc) | `0.2.148` | `0.2.149` |
| [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.10` | `0.4.11` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.6.3` | `2.6.4` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.16` | `0.2.17` |
| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.8` | `0.9.9` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.67` | `1.0.69` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.11` | `0.38.20` |
| [semver](https://github.com/dtolnay/semver) | `1.0.18` | `1.0.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.189` |
| [sharded-slab](https://github.com/hawkw/sharded-slab) | `0.1.4` | `0.1.7` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.11.0` | `1.11.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.48` | `1.0.50` |
| [time](https://github.com/time-rs/time) | `0.3.28` | `0.3.30` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.8` | `0.7.9` |
| [tracing-attributes](https://github.com/tokio-rs/tracing) | `0.1.26` | `0.1.27` |
| [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.31` | `0.1.32` |
| [ubyte](https://github.com/SergioBenitez/ubyte) | `0.10.3` | `0.10.4` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.10` | `0.1.11` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.5` | `0.1.6` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.15` | `0.5.17` |


Updates `reqwest` from 0.11.20 to 0.11.22
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.20...v0.11.22)

Updates `anstyle` from 1.0.3 to 1.0.4
- [Commits](rust-cli/anstyle@v1.0.3...v1.0.4)

Updates `anstyle-parse` from 0.2.1 to 0.2.2
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.1...anstyle-parse-v0.2.2)

Updates `async-compression` from 0.4.3 to 0.4.4
- [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.3...async-compression-v0.4.4)

Updates `async-trait` from 0.1.73 to 0.1.74
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.73...0.1.74)

Updates `clap` from 4.4.3 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.4.3...v4.4.6)

Updates `deranged` from 0.3.8 to 0.3.9
- [Commits](https://github.com/jhpratt/deranged/commits)

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

Updates `fastrand` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](smol-rs/fastrand@v2.0.0...v2.0.1)

Updates `figment` from 0.10.10 to 0.10.11
- [Commits](SergioBenitez/Figment@v0.10.10...v0.10.11)

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

Updates `hermit-abi` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/hermitcore/hermit-rs/releases)
- [Commits](hermit-os/hermit-rs@hermit-abi-0.3.2...hermit-abi-0.3.3)

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

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

Updates `memchr` from 2.6.3 to 2.6.4
- [Commits](BurntSushi/memchr@2.6.3...2.6.4)

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

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

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

Updates `rustix` from 0.38.11 to 0.38.20
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.11...v0.38.20)

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

Updates `serde` from 1.0.188 to 1.0.189
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.189)

Updates `sharded-slab` from 0.1.4 to 0.1.7
- [Release notes](https://github.com/hawkw/sharded-slab/releases)
- [Changelog](https://github.com/hawkw/sharded-slab/blob/main/CHANGELOG.md)
- [Commits](hawkw/sharded-slab@v0.1.4...v0.1.7)

Updates `smallvec` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.11.0...v1.11.1)

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

Updates `time` from 0.3.28 to 0.3.30
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.28...v0.3.30)

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

Updates `tracing-attributes` from 0.1.26 to 0.1.27
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-attributes-0.1.26...tracing-attributes-0.1.27)

Updates `tracing-core` from 0.1.31 to 0.1.32
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.31...tracing-core-0.1.32)

Updates `ubyte` from 0.10.3 to 0.10.4
- [Commits](SergioBenitez/ubyte@v0.10.3...v0.10.4)

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

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

Updates `winnow` from 0.5.15 to 0.5.17
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.15...v0.5.17)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  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: async-compression
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: deranged
  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: fastrand
  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: hermit-abi
  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: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  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_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: rustix
  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: sharded-slab
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: smallvec
  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: time
  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: tracing-attributes
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: tracing-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: ubyte
  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
...

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 Oct 20, 2023
@nelsonjchen nelsonjchen merged commit 59cead1 into master Oct 20, 2023
@dependabot dependabot bot deleted the dependabot/cargo/patch-dependencies-fc6b5db781 branch October 20, 2023 09:44
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