-
Notifications
You must be signed in to change notification settings - Fork 18
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 27 updates #471
Closed
Commits on Jan 19, 2024
-
Bump the patch-dependencies group with 27 updates
Bumps the patch-dependencies group with 27 updates: | Package | From | To | | --- | --- | --- | | [ahash](https://github.com/tkaitchuck/ahash) | `0.8.6` | `0.8.7` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.5` | `0.6.11` | | [askama_derive](https://github.com/djc/askama) | `0.12.4` | `0.12.5` | | [askama_parser](https://github.com/djc/askama) | `0.2.0` | `0.2.1` | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.5` | `0.4.6` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.75` | `0.1.76` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.21.7` | | [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.4.18` | | [deranged](https://github.com/jhpratt/deranged) | `0.3.10` | `0.3.11` | | [figment](https://github.com/SergioBenitez/Figment) | `0.10.12` | `0.10.14` | | [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.3` | `0.3.4` | | [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.9` | `0.4.10` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.66` | `0.3.67` | | [libc](https://github.com/rust-lang/libc) | `0.2.151` | `0.2.152` | | [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.28` | `0.3.29` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.71` | `1.0.76` | | [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.35` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.28` | `0.38.30` | | [schannel](https://github.com/steffengy/schannel-rs) | `0.1.22` | `0.1.23` | | [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` | | [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.195` | | [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.111` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.52` | `1.0.56` | | [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.14` | `0.3.15` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.39` | `0.4.40` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.66` | `0.3.67` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.30` | `0.5.34` | Updates `ahash` from 0.8.6 to 0.8.7 - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) Updates `anstream` from 0.6.5 to 0.6.11 - [Commits](rust-cli/anstyle@anstream-v0.6.5...anstream-v0.6.11) Updates `askama_derive` from 0.12.4 to 0.12.5 - [Release notes](https://github.com/djc/askama/releases) - [Commits](https://github.com/djc/askama/commits) Updates `askama_parser` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/djc/askama/releases) - [Commits](djc/askama@0.2.0...0.2.1) Updates `async-compression` from 0.4.5 to 0.4.6 - [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.5...async-compression-v0.4.6) Updates `async-trait` from 0.1.75 to 0.1.76 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.75...0.1.76) Updates `base64` from 0.21.5 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.7) Updates `clap` from 4.4.11 to 4.4.18 - [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.4.11...v4.4.18) Updates `deranged` from 0.3.10 to 0.3.11 - [Commits](https://github.com/jhpratt/deranged/commits/v0.3.11) Updates `figment` from 0.10.12 to 0.10.14 - [Commits](SergioBenitez/Figment@v0.10.12...v0.10.14) Updates `hermit-abi` from 0.3.3 to 0.3.4 - [Release notes](https://github.com/hermitcore/hermit-rs/releases) - [Commits](hermit-os/hermit-rs@hermit-abi-0.3.3...hermit-abi-0.3.4) Updates `is-terminal` from 0.4.9 to 0.4.10 - [Commits](sunfishcode/is-terminal@v0.4.9...v0.4.10) Updates `js-sys` from 0.3.66 to 0.3.67 - [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 `libc` from 0.2.151 to 0.2.152 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.151...0.2.152) Updates `pkg-config` from 0.3.28 to 0.3.29 - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/pkg-config-rs@0.3.28...0.3.29) Updates `proc-macro2` from 1.0.71 to 1.0.76 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.71...1.0.76) Updates `quote` from 1.0.33 to 1.0.35 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.33...1.0.35) Updates `rustix` from 0.38.28 to 0.38.30 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.38.28...v0.38.30) Updates `schannel` from 0.1.22 to 0.1.23 - [Release notes](https://github.com/steffengy/schannel-rs/releases) - [Commits](steffengy/schannel-rs@v0.1.22...v0.1.23) Updates `semver` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.20...1.0.21) Updates `serde` from 1.0.193 to 1.0.195 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.193...v1.0.195) Updates `serde_json` from 1.0.108 to 1.0.111 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.108...v1.0.111) Updates `thiserror` from 1.0.52 to 1.0.56 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.52...1.0.56) Updates `unicode-bidi` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/servo/unicode-bidi/releases) - [Commits](https://github.com/servo/unicode-bidi/commits) Updates `wasm-bindgen-futures` from 0.4.39 to 0.4.40 - [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 `web-sys` from 0.3.66 to 0.3.67 - [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 `winnow` from 0.5.30 to 0.5.34 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.30...v0.5.34) --- updated-dependencies: - dependency-name: ahash dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: askama_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: askama_parser 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: base64 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: figment 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: is-terminal dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: js-sys 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: pkg-config 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: quote 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: schannel dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: serde dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: serde_json 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: unicode-bidi dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: wasm-bindgen-futures dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: web-sys 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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 795c86b - Browse repository at this point
Copy the full SHA 795c86bView 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.