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

chore(deps): bump the patch-updates group across 1 directory with 45 updates #6639

Closed
wants to merge 1 commit into from

Commits on Dec 2, 2024

  1. chore(deps): bump the patch-updates group across 1 directory with 45 …

    …updates
    
    Bumps the patch-updates group with 36 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.92` | `1.0.93` |
    | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.20.0` |
    | [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.8` | `0.2.9` |
    | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.4.0` | `2.5.0` |
    | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` |
    | [libc](https://github.com/rust-lang/libc) | `0.2.161` | `0.2.167` |
    | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.5` | `0.8.6` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
    | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` |
    | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.72` | `0.3.74` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` |
    | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` |
    | [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) | `0.4.7` | `0.4.8` |
    | [syn](https://github.com/dtolnay/syn) | `2.0.87` | `2.0.90` |
    | [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.18` | `0.2.21` |
    | [anstream](https://github.com/rust-cli/anstyle) | `0.6.17` | `0.6.18` |
    | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |
    | [cc](https://github.com/rust-lang/cc-rs) | `1.1.34` | `1.2.2` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` |
    | [clap_lex](https://github.com/clap-rs/clap) | `0.7.2` | `0.7.3` |
    | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.9` | `0.3.10` |
    | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.1` | `2.2.0` |
    | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` |
    | [itoa](https://github.com/dtolnay/itoa) | `1.0.11` | `1.0.14` |
    | [mio](https://github.com/tokio-rs/mio) | `1.0.2` | `1.0.3` |
    | [polling](https://github.com/smol-rs/polling) | `3.7.3` | `3.7.4` |
    | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.38` | `0.38.41` |
    | [socket2](https://github.com/rust-lang/socket2) | `0.5.7` | `0.5.8` |
    | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` |
    | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` |
    | [tracy-client-sys](https://github.com/nagisa/rust_tracy_client) | `0.24.1` | `0.24.2` |
    | [ttf-parser](https://github.com/harfbuzz/ttf-parser) | `0.25.0` | `0.25.1` |
    | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.13` | `1.0.14` |
    | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` |
    | [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.22` | `0.8.23` |
    
    
    
    Updates `anyhow` from 1.0.92 to 1.0.93
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.92...1.0.93)
    
    Updates `bytemuck` from 1.19.0 to 1.20.0
    - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
    - [Commits](Lokathor/bytemuck@v1.19.0...v1.20.0)
    
    Updates `ctor` from 0.2.8 to 0.2.9
    - [Commits](https://github.com/mmastrac/rust-ctor/commits)
    
    Updates `futures-lite` from 2.4.0 to 2.5.0
    - [Release notes](https://github.com/smol-rs/futures-lite/releases)
    - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
    - [Commits](smol-rs/futures-lite@v2.4.0...v2.5.0)
    
    Updates `indexmap` from 2.6.0 to 2.7.0
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.6.0...2.7.0)
    
    Updates `libc` from 0.2.161 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.161...0.2.167)
    
    Updates `libloading` from 0.8.5 to 0.8.6
    - [Commits](nagisa/rust_libloading@0.8.5...0.8.6)
    
    Updates `serde` from 1.0.214 to 1.0.215
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.214...v1.0.215)
    
    Updates `serde_json` from 1.0.132 to 1.0.133
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.132...v1.0.133)
    
    Updates `wasm-bindgen` from 0.2.95 to 0.2.97
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)
    
    Updates `web-sys` from 0.3.72 to 0.3.74
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rustwasm/wasm-bindgen/commits)
    
    Updates `tokio` from 1.41.0 to 1.41.1
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1)
    
    Updates `arbitrary` from 1.3.2 to 1.4.1
    - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
    - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1)
    
    Updates `libfuzzer-sys` from 0.4.7 to 0.4.8
    - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md)
    - [Commits](rust-fuzz/libfuzzer@0.4.7...0.4.8)
    
    Updates `syn` from 2.0.87 to 2.0.90
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.87...2.0.90)
    
    Updates `allocator-api2` from 0.2.18 to 0.2.21
    - [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md)
    - [Commits](zakarumych/allocator-api2@v0.2.18...v0.2.21)
    
    Updates `anstream` from 0.6.17 to 0.6.18
    - [Commits](rust-cli/anstyle@anstream-v0.6.17...anstream-v0.6.18)
    
    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.1.34 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.1.34...cc-v1.2.2)
    
    Updates `clap` from 4.5.20 to 4.5.21
    - [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.5.20...clap_complete-v4.5.21)
    
    Updates `clap_builder` from 4.5.20 to 4.5.21
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@v4.5.20...v4.5.21)
    
    Updates `clap_lex` from 0.7.2 to 0.7.3
    - [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_lex-v0.7.2...clap_lex-v0.7.3)
    
    Updates `derive_arbitrary` from 1.3.2 to 1.4.1
    - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
    - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1)
    
    Updates `errno` from 0.3.9 to 0.3.10
    - [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
    - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
    - [Commits](lambda-fairy/rust-errno@v0.3.9...v0.3.10)
    
    Updates `fastrand` from 2.1.1 to 2.2.0
    - [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.1.1...v2.2.0)
    
    Updates `flate2` from 1.0.34 to 1.0.35
    - [Release notes](https://github.com/rust-lang/flate2-rs/releases)
    - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
    - [Commits](rust-lang/flate2-rs@1.0.34...1.0.35)
    
    Updates `itoa` from 1.0.11 to 1.0.14
    - [Release notes](https://github.com/dtolnay/itoa/releases)
    - [Commits](dtolnay/itoa@1.0.11...1.0.14)
    
    Updates `mio` from 1.0.2 to 1.0.3
    - [Release notes](https://github.com/tokio-rs/mio/releases)
    - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/mio@v1.0.2...v1.0.3)
    
    Updates `polling` from 3.7.3 to 3.7.4
    - [Release notes](https://github.com/smol-rs/polling/releases)
    - [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)
    - [Commits](smol-rs/polling@v3.7.3...v3.7.4)
    
    Updates `proc-macro2` from 1.0.89 to 1.0.92
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](dtolnay/proc-macro2@1.0.89...1.0.92)
    
    Updates `rustix` from 0.38.38 to 0.38.41
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
    - [Commits](bytecodealliance/rustix@v0.38.38...v0.38.41)
    
    Updates `serde_derive` from 1.0.214 to 1.0.215
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.214...v1.0.215)
    
    Updates `socket2` from 0.5.7 to 0.5.8
    - [Release notes](https://github.com/rust-lang/socket2/releases)
    - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rust-lang/socket2/commits)
    
    Updates `tracing` from 0.1.40 to 0.1.41
    - [Release notes](https://github.com/tokio-rs/tracing/releases)
    - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)
    
    Updates `tracing-core` from 0.1.32 to 0.1.33
    - [Release notes](https://github.com/tokio-rs/tracing/releases)
    - [Commits](tokio-rs/tracing@tracing-core-0.1.32...tracing-core-0.1.33)
    
    Updates `tracing-subscriber` from 0.3.18 to 0.3.19
    - [Release notes](https://github.com/tokio-rs/tracing/releases)
    - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)
    
    Updates `tracy-client-sys` from 0.24.1 to 0.24.2
    - [Commits](nagisa/rust_tracy_client@tracy-client-sys-v0.24.1...tracy-client-sys-v0.24.2)
    
    Updates `ttf-parser` from 0.25.0 to 0.25.1
    - [Release notes](https://github.com/harfbuzz/ttf-parser/releases)
    - [Changelog](https://github.com/harfbuzz/ttf-parser/blob/main/CHANGELOG.md)
    - [Commits](harfbuzz/ttf-parser@v0.25.0...v0.25.1)
    
    Updates `unicode-ident` from 1.0.13 to 1.0.14
    - [Release notes](https://github.com/dtolnay/unicode-ident/releases)
    - [Commits](dtolnay/unicode-ident@1.0.13...1.0.14)
    
    Updates `url` from 2.5.2 to 2.5.4
    - [Release notes](https://github.com/servo/rust-url/releases)
    - [Commits](servo/rust-url@v2.5.2...v2.5.4)
    
    Updates `wasm-bindgen-backend` from 0.2.95 to 0.2.97
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)
    
    Updates `wasm-bindgen-macro` from 0.2.95 to 0.2.97
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)
    
    Updates `wasm-bindgen-macro-support` from 0.2.95 to 0.2.97
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)
    
    Updates `wasm-bindgen-shared` from 0.2.95 to 0.2.97
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)
    
    Updates `xml-rs` from 0.8.22 to 0.8.23
    - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
    - [Commits](kornelski/xml-rs@0.8.22...0.8.23)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: bytemuck
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: ctor
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: futures-lite
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: indexmap
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: libc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: libloading
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: wasm-bindgen
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: web-sys
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: arbitrary
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: libfuzzer-sys
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: allocator-api2
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: anstream
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: bytes
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: cc
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: clap
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: clap_builder
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: clap_lex
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: derive_arbitrary
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: errno
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: fastrand
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: patch-updates
    - dependency-name: flate2
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: itoa
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: mio
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: polling
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: proc-macro2
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: rustix
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: serde_derive
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: socket2
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: tracing
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: tracing-core
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: tracing-subscriber
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: tracy-client-sys
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: ttf-parser
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: unicode-ident
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: url
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: wasm-bindgen-backend
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: wasm-bindgen-macro
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: wasm-bindgen-macro-support
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: wasm-bindgen-shared
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    - dependency-name: xml-rs
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    431a603 View commit details
    Browse the repository at this point in the history