-
Notifications
You must be signed in to change notification settings - Fork 43
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-updates group across 1 directory with 66 updates #551
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the patch-updates group with 46 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.132` | | [libc](https://github.com/rust-lang/libc) | `0.2.158` | `0.2.162` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.93` | | [zerocopy](https://github.com/google/zerocopy) | `0.7.35` | `0.8.9` | | [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.8.0` | | [prost](https://github.com/tokio-rs/prost) | `0.13.1` | `0.13.3` | | [prost-build](https://github.com/tokio-rs/prost) | `0.13.1` | `0.13.3` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` | | [autocfg](https://github.com/cuviper/autocfg) | `1.3.0` | `1.4.0` | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.73` | `0.3.74` | | [cap-primitives](https://github.com/bytecodealliance/cap-std) | `3.2.0` | `3.3.0` | | [cap-rand](https://github.com/bytecodealliance/cap-std) | `3.2.0` | `3.4.1` | | [cap-std](https://github.com/bytecodealliance/cap-std) | `3.2.0` | `3.3.0` | | [cap-time-ext](https://github.com/bytecodealliance/cap-std) | `3.2.0` | `3.3.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.37` | | [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` | `0.8.35` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.0` | `2.2.0` | | [filetime](https://github.com/alexcrichton/filetime) | `0.2.24` | `0.2.25` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.60` | `0.1.61` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.4.0` | `2.6.0` | | [io-extras](https://github.com/sunfishcode/io-extras) | `0.18.2` | `0.18.3` | | [ipnet](https://github.com/krisprice/ipnet) | `2.9.0` | `2.10.1` | | [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.11` | | [object](https://github.com/gimli-rs/object) | `0.36.3` | `0.36.5` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.14` | `0.2.15` | | [postcard](https://github.com/jamesmunns/postcard) | `1.0.9` | `1.0.10` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.20` | `0.2.25` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` | `1.0.89` | | [psm](https://github.com/rust-lang/stacker) | `0.1.21` | `0.1.23` | | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` | | redox_syscall | `0.5.3` | `0.5.7` | | [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.1` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.34` | `0.38.40` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.14.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.41.1` | | [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.15` | `0.3.17` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` | `1.0.13` | | [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.23` | `0.1.24` | | [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.5` | `0.2.6` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.3` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.95` | Updates `serde` from 1.0.208 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.208...v1.0.215) Updates `serde_json` from 1.0.125 to 1.0.132 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.125...1.0.132) Updates `libc` from 0.2.158 to 0.2.162 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.162/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.158...0.2.162) Updates `anyhow` from 1.0.86 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.93) Updates `zerocopy` from 0.7.35 to 0.8.9 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/commits) Updates `pretty_assertions` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1) Updates `async-trait` from 0.1.81 to 0.1.83 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.83) Updates `futures` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `bytes` from 1.7.1 to 1.8.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.7.1...v1.8.0) Updates `prost` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.1...v0.13.3) Updates `prost-build` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.1...v0.13.3) 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 `autocfg` from 1.3.0 to 1.4.0 - [Commits](cuviper/autocfg@1.3.0...1.4.0) Updates `backtrace` from 0.3.73 to 0.3.74 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](rust-lang/backtrace-rs@0.3.73...0.3.74) Updates `cap-primitives` from 3.2.0 to 3.3.0 - [Commits](bytecodealliance/cap-std@cap-primitives-v3.2.0...cap-primitives-v3.3.0) Updates `cap-rand` from 3.2.0 to 3.4.1 - [Commits](bytecodealliance/cap-std@cap-rand-v3.2.0...cap-rand-v3.4.1) Updates `cap-std` from 3.2.0 to 3.3.0 - [Commits](bytecodealliance/cap-std@cap-std-v3.2.0...cap-std-v3.3.0) Updates `cap-time-ext` from 3.2.0 to 3.3.0 - [Commits](bytecodealliance/cap-std@cap-time-ext-v3.2.0...cap-time-ext-v3.3.0) Updates `cc` from 1.1.13 to 1.1.37 - [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.13...cc-v1.1.37) Updates `encoding_rs` from 0.8.34 to 0.8.35 - [Commits](hsivonen/encoding_rs@v0.8.34...v0.8.35) Updates `fastrand` from 2.1.0 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.0...v2.2.0) Updates `filetime` from 0.2.24 to 0.2.25 - [Commits](alexcrichton/filetime@0.2.24...0.2.25) Updates `futures-channel` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `futures-core` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `futures-executor` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `futures-io` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `futures-macro` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `futures-sink` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `futures-task` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `futures-util` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `iana-time-zone` from 0.1.60 to 0.1.61 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.60...v0.1.61) Updates `indexmap` from 2.4.0 to 2.6.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.4.0...2.6.0) Updates `io-extras` from 0.18.2 to 0.18.3 - [Commits](sunfishcode/io-extras@v0.18.2...v0.18.3) Updates `ipnet` from 2.9.0 to 2.10.1 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits) Updates `libm` from 0.2.8 to 0.2.11 - [Release notes](https://github.com/rust-lang/libm/releases) - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](rust-lang/libm@0.2.8...libm-v0.2.11) Updates `miniz_oxide` from 0.7.4 to 0.8.0 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](Frommi/miniz_oxide@0.7.4...0.8.0) Updates `object` from 0.36.3 to 0.36.5 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](gimli-rs/object@0.36.3...0.36.5) Updates `once_cell` from 1.19.0 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.2) Updates `pin-project-lite` from 0.2.14 to 0.2.15 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.14...v0.2.15) Updates `postcard` from 1.0.9 to 1.0.10 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md) - [Commits](jamesmunns/postcard@v1.0.9...v1.0.10) Updates `prettyplease` from 0.2.20 to 0.2.25 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.20...0.2.25) Updates `proc-macro2` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.86...1.0.89) Updates `prost-derive` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.1...v0.13.3) Updates `prost-types` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.1...v0.13.3) Updates `psm` from 0.1.21 to 0.1.23 - [Commits](rust-lang/stacker@psm-0.1.21...psm-0.1.23) Updates `quote` from 1.0.36 to 1.0.37 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.36...1.0.37) Updates `redox_syscall` from 0.5.3 to 0.5.7 Updates `regex` from 1.10.6 to 1.11.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.6...1.11.1) Updates `regex-automata` from 0.4.7 to 0.4.9 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-automata-0.4.7...regex-automata-0.4.9) Updates `regex-syntax` from 0.8.4 to 0.8.5 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits) Updates `rustix` from 0.38.34 to 0.38.40 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.34...v0.38.40) Updates `serde_derive` from 1.0.208 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.208...v1.0.215) Updates `syn` from 2.0.75 to 2.0.87 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.75...2.0.87) Updates `tempfile` from 3.12.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.12.0...v3.14.0) Updates `tokio` from 1.39.3 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.41.1) Updates `unicode-bidi` from 0.3.15 to 0.3.17 - [Release notes](https://github.com/servo/unicode-bidi/releases) - [Commits](servo/unicode-bidi@v0.3.15...v0.3.17) Updates `unicode-ident` from 1.0.12 to 1.0.13 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.12...1.0.13) Updates `unicode-normalization` from 0.1.23 to 0.1.24 - [Commits](unicode-rs/unicode-normalization@v0.1.23...v0.1.24) Updates `unicode-xid` from 0.2.5 to 0.2.6 - [Changelog](https://github.com/unicode-rs/unicode-xid/blob/master/CHANGELOG.md) - [Commits](unicode-rs/unicode-xid@v0.2.5...v0.2.6) Updates `url` from 2.5.2 to 2.5.3 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.2...v2.5.3) Updates `wasm-bindgen` from 0.2.93 to 0.2.95 - [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.93...0.2.95) Updates `wasm-bindgen-backend` from 0.2.93 to 0.2.95 - [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.93...0.2.95) Updates `wasm-bindgen-macro` from 0.2.93 to 0.2.95 - [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.93...0.2.95) Updates `wasm-bindgen-macro-support` from 0.2.93 to 0.2.95 - [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.93...0.2.95) Updates `wasm-bindgen-shared` from 0.2.93 to 0.2.95 - [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.93...0.2.95) Updates `yansi` from 0.5.1 to 1.0.1 - [Release notes](https://github.com/SergioBenitez/yansi/releases) - [Commits](https://github.com/SergioBenitez/yansi/commits/v1.0.1) --- updated-dependencies: - 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: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: prost-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: arbitrary dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: autocfg dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: backtrace dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: cap-primitives dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: cap-rand dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: cap-std dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: cap-time-ext dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: encoding_rs 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: filetime dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-channel dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-core dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-executor dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-io dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-sink dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-task dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: io-extras dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: ipnet dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: libm dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: miniz_oxide dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: object dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: once_cell dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: postcard dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: prettyplease 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: prost-derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: prost-types dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: psm dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: redox_syscall dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: regex dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: regex-automata dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: regex-syntax 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: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tempfile dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: tokio dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: unicode-bidi 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: unicode-normalization dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: unicode-xid 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 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: yansi dependency-type: indirect update-type: version-update:semver-major dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
labels
Nov 11, 2024
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/rust/patch-updates-11cc7c319c
branch
November 25, 2024 22:21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the patch-updates group with 46 updates in the /rust directory:
1.0.208
1.0.215
1.0.125
1.0.132
0.2.158
0.2.162
1.0.86
1.0.93
0.7.35
0.8.9
1.4.0
1.4.1
0.1.81
0.1.83
0.3.30
0.3.31
1.7.1
1.8.0
0.13.1
0.13.3
0.13.1
0.13.3
1.3.2
1.4.1
1.3.0
1.4.0
0.3.73
0.3.74
3.2.0
3.3.0
3.2.0
3.4.1
3.2.0
3.3.0
3.2.0
3.3.0
1.1.13
1.1.37
0.8.34
0.8.35
2.1.0
2.2.0
0.2.24
0.2.25
0.1.60
0.1.61
2.4.0
2.6.0
0.18.2
0.18.3
2.9.0
2.10.1
0.2.8
0.2.11
0.36.3
0.36.5
1.19.0
1.20.2
0.2.14
0.2.15
1.0.9
1.0.10
0.2.20
0.2.25
1.0.86
1.0.89
0.1.21
0.1.23
1.0.36
1.0.37
0.5.3
0.5.7
1.10.6
1.11.1
0.38.34
0.38.40
3.12.0
3.14.0
1.39.3
1.41.1
0.3.15
0.3.17
1.0.12
1.0.13
0.1.23
0.1.24
0.2.5
0.2.6
2.5.2
2.5.3
0.2.93
0.2.95
Updates
serde
from 1.0.208 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
serde_json
from 1.0.125 to 1.0.132Release notes
Sourced from serde_json's releases.
Commits
86d933c
Release 1.0.132f45b422
Merge pull request #1206 from dtolnay/hasnextf2082d2
Clearer order of comparisons0f54a1a
Handle early return sooner on eof in seq or map2a4cb44
Rearrange 'match peek'4cb90ce
Merge pull request #1205 from dtolnay/hasnextb71ccd2
Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9
Release 1.0.1310d084c5
Touch up PR 1135b4954a9
Merge pull request #1135 from swlynch99/map-deserializerUpdates
libc
from 0.2.158 to 0.2.162Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
b8c255c
chore: release v0.2.162acb0c19
Merge pull request #4020 from tgross35/backport-collard-greens33a772c
feat: addioctl
flags inlinux/if_tun.h
a3ca238
freebsd adding CLOSE_RANGE_CLOEXEC flag8c88d9a
armv7-unknown-freebsd: fix test errors regarding __gregset_tc0c9391
Fix the build on armv7-unknown-freebsdd435e9b
Merge pull request #4006 from tgross35/backport-spinach7ee37b9
Merge pull request #4017 from tgross35/backport-watercress073c7b4
Fix definition of FIODGNAME on 32-bit FreeBSD255b039
Fix size of struct kinfo_file on 32-bit FreeBSDUpdates
anyhow
from 1.0.86 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntax6c52daa
Release 1.0.91Updates
zerocopy
from 0.7.35 to 0.8.9Release notes
Sourced from zerocopy's releases.
... (truncated)
Commits
Updates
pretty_assertions
from 1.4.0 to 1.4.1Release notes
Sourced from pretty_assertions's releases.
Changelog
Sourced from pretty_assertions's changelog.
Commits
f5c5b24
chore: prep 1.4.1 released34d524
chore: display feature-flagged docs on docs.rsfac4273
Merge pull request #131 from sandydoo/fix-yansi-deprecation1e51cce
chore: rename deprecated yansi methods4a0e5a3
Merge pull request #121 from SergioBenitez/yansi-update08838fe
internal: bump MSRV to 1.63.0 for yansi777387d
ci: bump runner to windows-202235c08fe
chore: update 'yansi' to 1.0.0-rcUpdates
async-trait
from 0.1.81 to 0.1.83Release notes
Sourced from async-trait's releases.
Commits
e6b4d47
Release 0.1.83bfe8d61
Merge pull request #278 from dtolnay/arbself7bd974b
Ignore needless_arbitrary_self_type clippy lint in generated codeb53b4e7
Add regression test for issue 277f8e5bb4
Release 0.1.828fbf118
Merge pull request #276 from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-11Updates
futures
from 0.3.30 to 0.3.31Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
1e05281
Release 0.3.318a8b085
Fix clippy::uninit_vec warningf3fb74d
Document howBoxFuture
s /BoxStream
s are often made (#2887)f00e7af
Fix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3
ci: Work around sanitizer issue on latest Linux kernel7bf5a72
Fix issues withAsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)87afaf3
Use#[inline(always)]
onclone_arc_raw
(#2865)549b90b
Add accessors for the inner of stream::Iter (#2875)07b004a
Add missing symbols (#2883)86dc069
Various fixes too make the CI green (#2885)Updates
bytes
from 1.7.1 to 1.8.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
c45697c
chore: prepare bytes v1.8.0 (#741)0ac54ca
Guarantee address in split_off/split_to for empty slices (#740)d7c1d65
chore: prepare bytes v1.7.2 (#736)ac46ebd
ci: update nightly to nightly-2024-09-15 (#734)79fb853
fix: apply sign extension when decoding int (#732)291df5a
Fix double spaces in comments and doc comments (#731)ed7d5ff
test: ensure BytesMut::advance reduces capacity (#728)Updates
prost
from 0.13.1 to 0.13.3Changelog
Sourced from prost's changelog.
... (truncated)
Commits
9ed944e
chore: Release version 0.13.3 (#1164)fb977f4
fix(prost-build): Removederived(Copy)
on boxed fields (#1157)8d4cac5
feat(prost-types): Addnormalized
functions (#1158)644c328
build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155)4b1b982
style(generated-code): useSelf
inas_str_name
(#1154)9fa3f2e
tests(prost-build): Fix error texts (#1156)7dcd269
tests(prost-build): Validate error texts (#1152)d3fd54c
style:MessageGraph::new()
can't actually fail (#1151)d059d05
style: usePath::display()
when printing a path (#1150)18c4681
docs(prost-build): Usecargo add
in example (#1149)Updates
prost-build
from 0.13.1 to 0.13.3Changelog
Sourced from prost-build's changelog.
... (truncated)
Commits
9ed944e
chore: Release version 0.13.3 (#1164)fb977f4
fix(prost-build): Removederived(Copy)
on boxed fields (#1157)8d4cac5
feat(prost-types): Addnormalized
functions (#1158)644c328
build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155)4b1b982
style(generated-code): useSelf
inas_str_name
(#1154)9fa3f2e
tests(prost-build): Fix error texts (#1156)7dcd269
tests(prost-build): Validate error texts (#1152)d3fd54c
style:MessageGraph::new()
can't actually fail (#1151)d059d05
style: usePath::display()
when printing a path (#1150)18c4681
docs(prost-build): Usecargo add
in example (#1149)