-
Notifications
You must be signed in to change notification settings - Fork 104
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
[depbot] Bump the deps group across 1 directory with 38 updates #4356
Closed
Commits on Nov 24, 2024
-
[depbot] Bump the deps group across 1 directory with 38 updates
Bumps the deps group with 35 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.93` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` | | [async-stream](https://github.com/tokio-rs/async-stream) | `0.3.5` | `0.3.6` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.7` | `0.22.1` | | [derive_more](https://github.com/JelteF/derive_more) | `0.99.18` | `1.0.0` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.5` | `0.15.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.158` | `0.2.164` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.6.1` | `0.7.2` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.85` | `1.0.92` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.11.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.129` | `1.0.133` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.69` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.41.1` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.0.71` | `1.220.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.8` | `0.17.9` | | [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) | `0.4.7` | `0.4.8` | | [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.1` | `0.2.2` | | [rustc_version](https://github.com/djc/rustc-version-rs) | `0.4.0` | `0.4.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.15` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.96` | `1.0.101` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.75` | `0.2.80` | | [whoami](https://github.com/ardaku/whoami) | `1.5.1` | `1.5.2` | | [scale-value](https://github.com/paritytech/scale-value) | `0.16.2` | `0.16.3` | | [arrayvec](https://github.com/bluss/arrayvec) | `0.7.4` | `0.7.6` | | [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.32` | `0.2.33` | | [dashmap](https://github.com/xacrimon/dashmap) | `5.5.3` | `6.0.1` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.1` | | [hyper](https://github.com/hyperium/hyper) | `1.4.1` | `1.5.1` | | [async-channel](https://github.com/smol-rs/async-channel) | `1.9.0` | `2.3.1` | | [prometheus](https://github.com/tikv/rust-prometheus) | `0.13.3` | `0.13.4` | 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 `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 `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 `async-stream` from 0.3.5 to 0.3.6 - [Release notes](https://github.com/tokio-rs/async-stream/releases) - [Commits](tokio-rs/async-stream@v0.3.5...v0.3.6) Updates `base64` from 0.21.7 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1) Updates `derive_more` from 0.99.18 to 1.0.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.18...v1.0.0) 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 `hashbrown` from 0.14.5 to 0.15.0 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.14.5...v0.15.0) Updates `libc` from 0.2.158 to 0.2.164 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.158...0.2.164) Updates `num_enum` from 0.6.1 to 0.7.2 - [Commits](illicitonion/num_enum@0.6.1...0.7.2) Updates `proc-macro2` from 1.0.85 to 1.0.92 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.85...1.0.92) Updates `regex` from 1.10.5 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.5...1.11.1) Updates `serde` from 1.0.210 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.215) Updates `serde_json` from 1.0.129 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.129...v1.0.133) Updates `syn` from 2.0.71 to 2.0.89 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.71...2.0.89) Updates `thiserror` from 1.0.62 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.69) Updates `tokio` from 1.38.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.41.1) 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 `wat` from 1.0.71 to 1.220.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wat-1.0.71...v1.220.0) Updates `tempfile` from 3.13.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) Updates `indicatif` from 0.17.8 to 0.17.9 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.8...0.17.9) 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 `pathdiff` from 0.2.1 to 0.2.2 - [Commits](https://github.com/Manishearth/pathdiff/commits) Updates `rustc_version` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/djc/rustc-version-rs/releases) - [Commits](djc/rustc-version-rs@v0.4.0...v0.4.1) Updates `toml` from 0.8.14 to 0.8.15 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15) Updates `trybuild` from 1.0.96 to 1.0.101 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.96...1.0.101) Updates `wasmprinter` from 0.2.75 to 0.2.80 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wasmprinter-0.2.75...wasmprinter-0.2.80) Updates `whoami` from 1.5.1 to 1.5.2 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](ardaku/whoami@v1.5.1...v1.5.2) Updates `scale-value` from 0.16.2 to 0.16.3 - [Release notes](https://github.com/paritytech/scale-value/releases) - [Changelog](https://github.com/paritytech/scale-value/blob/main/CHANGELOG.md) - [Commits](https://github.com/paritytech/scale-value/commits) Updates `toml_edit` from 0.22.14 to 0.22.16 - [Commits](toml-rs/toml@v0.22.14...v0.22.16) Updates `wasmparser` from 0.121.2 to 0.220.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `arrayvec` from 0.7.4 to 0.7.6 - [Release notes](https://github.com/bluss/arrayvec/releases) - [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md) - [Commits](bluss/arrayvec@0.7.4...0.7.6) Updates `const_format` from 0.2.32 to 0.2.33 - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) Updates `dashmap` from 5.5.3 to 6.0.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v.5.5.3...v6.0.1) Updates `tower` from 0.4.13 to 0.5.1 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1) Updates `hyper` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.4.1...v1.5.1) Updates `async-channel` from 1.9.0 to 2.3.1 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v1.9.0...v2.3.1) Updates `prometheus` from 0.13.3 to 0.13.4 - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: arbitrary dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: async-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: libfuzzer-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pathdiff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rustc_version dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasmprinter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: scale-value dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: arrayvec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26382e8 - Browse repository at this point
Copy the full SHA 26382e8View commit details
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.