forked from firecracker-microvm/firecracker
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): Bump the firecracker group across 1 directory with 47 updates #112
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
…dates Bumps the firecracker group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.4` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.81` | | [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` | | [syn](https://github.com/dtolnay/syn) | `2.0.52` | `2.0.60` | | [uuid](https://github.com/uuid-rs/uuid) | `1.7.0` | `1.8.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.199` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.116` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.59` | | [timerfd](https://github.com/main--/rust-timerfd) | `1.5.0` | `1.6.0` | | [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.19.2` | `0.20.2` | | [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.2` | `1.1.3` | | [autocfg](https://github.com/cuviper/autocfg) | `1.1.0` | `1.2.0` | | [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.12.5` | `0.12.7` | | [aws-lc-rs](https://github.com/awslabs/aws-lc-rs) | `1.6.2` | `1.7.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.90` | `1.0.95` | | [either](https://github.com/rayon-rs/either) | `1.10.0` | `1.11.0` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.12` | `0.2.14` | | [half](https://github.com/starkat99/half-rs) | `2.4.0` | `2.4.1` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.5` | `2.2.6` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.10` | `1.0.11` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.1` | `2.7.2` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.16` | `0.2.19` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.2` | `0.8.3` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.13.1` | `1.13.2` | | [strsim](https://github.com/rapidfuzz/strsim-rs) | `0.11.0` | `0.11.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.11` | `0.8.12` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.5` | `0.6.7` | Updates `clap` from 4.5.2 to 4.5.4 - [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.2...v4.5.4) Updates `proc-macro2` from 1.0.78 to 1.0.81 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.78...1.0.81) Updates `quote` from 1.0.35 to 1.0.36 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.35...1.0.36) Updates `syn` from 2.0.52 to 2.0.60 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.52...2.0.60) Updates `uuid` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) Updates `serde` from 1.0.197 to 1.0.199 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.199) Updates `serde_json` from 1.0.114 to 1.0.116 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.114...v1.0.116) Updates `thiserror` from 1.0.57 to 1.0.59 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.59) Updates `serde_derive` from 1.0.197 to 1.0.199 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.199) Updates `timerfd` from 1.5.0 to 1.6.0 - [Commits](https://github.com/main--/rust-timerfd/commits) Updates `cargo_toml` from 0.19.2 to 0.20.2 - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.19.2...v0.20.2) Updates `regex` from 1.10.3 to 1.10.4 - [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.3...1.10.4) Updates `aho-corasick` from 1.1.2 to 1.1.3 - [Commits](BurntSushi/aho-corasick@1.1.2...1.1.3) Updates `autocfg` from 1.1.0 to 1.2.0 - [Commits](cuviper/autocfg@1.1.0...1.2.0) Updates `aws-lc-fips-sys` from 0.12.5 to 0.12.7 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.12.5...aws-lc-fips-sys/v0.12.7) Updates `aws-lc-rs` from 1.6.2 to 1.7.0 - [Release notes](https://github.com/awslabs/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.6.2...v1.7.0) Updates `aws-lc-sys` from 0.13.3 to 0.15.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.13.3...aws-lc-sys/v0.15.0) Updates `cc` from 1.0.90 to 1.0.95 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.90...1.0.95) Updates `clap_derive` from 4.5.0 to 4.5.4 - [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.0...v4.5.4) Updates `either` from 1.10.0 to 1.11.0 - [Commits](rayon-rs/either@1.10.0...1.11.0) Updates `getrandom` from 0.2.12 to 0.2.14 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.12...v0.2.14) Updates `half` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/starkat99/half-rs/releases) - [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md) - [Commits](starkat99/half-rs@v2.4.0...v2.4.1) Updates `hashbrown` from 0.14.3 to 0.14.5 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.14.3...v0.14.5) Updates `heck` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) Updates `indexmap` from 2.2.5 to 2.2.6 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.2.5...2.2.6) Updates `itoa` from 1.0.10 to 1.0.11 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.10...1.0.11) Updates `linux-raw-sys` from 0.3.8 to 0.4.13 - [Commits](sunfishcode/linux-raw-sys@v0.3.8...v0.4.13) Updates `memchr` from 2.7.1 to 2.7.2 - [Commits](BurntSushi/memchr@2.7.1...2.7.2) Updates `prettyplease` from 0.2.16 to 0.2.19 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.16...0.2.19) Updates `regex-syntax` from 0.8.2 to 0.8.3 - [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-syntax-0.8.2...regex-syntax-0.8.3) Updates `rustix` from 0.37.27 to 0.38.31 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.37.27...v0.38.31) Updates `smallvec` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.13.1...v1.13.2) Updates `strsim` from 0.11.0 to 0.11.1 - [Release notes](https://github.com/rapidfuzz/strsim-rs/releases) - [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md) - [Commits](rapidfuzz/strsim-rs@v0.11.0...v0.11.1) Updates `thiserror-impl` from 1.0.57 to 1.0.59 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.59) Updates `toml` from 0.8.11 to 0.8.12 - [Commits](toml-rs/toml@toml-v0.8.11...toml-v0.8.12) Updates `toml_edit` from 0.22.7 to 0.22.12 - [Commits](toml-rs/toml@v0.22.7...v0.22.12) Updates `winapi-util` from 0.1.6 to 0.1.8 - [Commits](BurntSushi/winapi-util@0.1.6...0.1.8) Updates `windows-sys` from 0.48.0 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.0...0.52.0) Updates `windows-targets` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_aarch64_gnullvm` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_aarch64_msvc` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_i686_gnu` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_i686_msvc` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_x86_64_gnu` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_x86_64_gnullvm` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_x86_64_msvc` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `winnow` from 0.6.5 to 0.6.7 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.5...v0.6.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: timerfd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: autocfg dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: aws-lc-fips-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aws-lc-rs dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: aws-lc-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: either dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: getrandom dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: half dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: hashbrown dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: heck dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: memchr dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: prettyplease dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: regex-syntax dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: smallvec dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: strsim dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winapi-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows-targets dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_aarch64_gnullvm dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_aarch64_msvc dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_i686_gnu dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_i686_msvc dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_x86_64_gnu dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_x86_64_gnullvm dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_x86_64_msvc dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Apr 29, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 firecracker group with 30 updates in the / directory:
4.5.2
4.5.4
1.0.78
1.0.81
1.0.35
1.0.36
2.0.52
2.0.60
1.7.0
1.8.0
1.0.197
1.0.199
1.0.114
1.0.116
1.0.57
1.0.59
1.5.0
1.6.0
0.19.2
0.20.2
1.10.3
1.10.4
1.1.2
1.1.3
1.1.0
1.2.0
0.12.5
0.12.7
1.6.2
1.7.0
1.0.90
1.0.95
1.10.0
1.11.0
0.2.12
0.2.14
2.4.0
2.4.1
0.14.3
0.14.5
2.2.5
2.2.6
1.0.10
1.0.11
2.7.1
2.7.2
0.2.16
0.2.19
0.8.2
0.8.3
1.13.1
1.13.2
0.11.0
0.11.1
0.8.11
0.8.12
0.1.6
0.1.8
0.6.5
0.6.7
Updates
clap
from 4.5.2 to 4.5.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
f2c4e6e
Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqxe782775
fix(complete): Handle newlines in command/arg descriptionsfba7c85
test(complete): Show newline issue8a7a13a
chore: Release7b3a3e1
docs: Update changelog7b624ca
Merge pull request #5356 from epage/escapeUpdates
proc-macro2
from 1.0.78 to 1.0.81Release notes
Sourced from proc-macro2's releases.
Commits
fd2c998
Release 1.0.81f965e17
Merge pull request #453 from dtolnay/delimiternone69fd060
Sync documentation of Delimiter::Noneda51f8d
Release 1.0.80392fa6c
Ignore needless_pass_by_value pedantic clippy lint in test1ff5c1f
Ignore needless_raw_string_hashes pedantic clippy lint in test0c9449e
Import some Literal tests from libproc_macro28c87ad
Add tests of negative literal constructionc61f5db
Add some tests of cstr raw literalsd50dcd9
Merge pull request #450 from dtolnay/cstrUpdates
quote
from 1.0.35 to 1.0.36Release notes
Sourced from quote's releases.
Commits
5d4880c
Release 1.0.361dd7ce7
Merge pull request #273 from dtolnay/doc0bc5d12
Apply doc comment to cfg(not(doc)) macros tooc295f5c
Revert "Temporarily disable miri on doctests"435bd1b
Update ui test suite to nightly-2024-03-31cc3847d
Explicitly install a Rust toolchain for cargo-outdated job6259d49
Temporarily disable miri on doctestsbdb4b59
Update ui test suite to nightly-2024-02-08c2aeca9
Update ui test suite to nightly-2024-01-31376a061
Merge pull request #270 from dtolnay/benchUpdates
syn
from 2.0.52 to 2.0.60Release notes
Sourced from syn's releases.
Commits
7029b22
Release 2.0.60e978b98
Remove html_root_url & syn.json reminder from Cargo.toml48f99b0
Merge pull request #1625 from dtolnay/peek4b18c15
Improve how None-delimited groups are counted by peek9f00b23
Merge pull request #1624 from dtolnay/peektest990300a
Add more extensive tests for ParseStream::peek1431bd6
Update None-delimited group notation to use «∅ ∅»54a1643
Fix empty-set symbol in comments7307d29
Merge pull request #1623 from dtolnay/arrays68d1cd9
Take advantage of the IntoIterator for [T; N]Updates
uuid
from 1.7.0 to 1.8.0Release notes
Sourced from uuid's releases.
Commits
0f2aaae
Merge pull request #747 from uuid-rs/cargo/1.8.001d16c3
prepare for 1.8.0 releasee4746bc
Merge pull request #745 from uuid-rs/ci/outdatedd0396ad
Merge pull request #746 from uuid-rs/chore/draft-link9415ed4
Merge pull request #743 from koshell/main951e8e3
Merge pull request #738 from rerun-io/emilk/wasm-bindgen-only-on-web101aa84
add v6 to v8 draft link to README84dcbba
run outdated on a scheduleca952b1
add a workflow for running cargo outdatedabe995a
Make the toml longer, more complicated, and functionalUpdates
serde
from 1.0.197 to 1.0.199Release notes
Sourced from serde's releases.
Commits
1477028
Release 1.0.199789740b
Merge pull request #2732 from aatifsyed/master8fe7539
fix: ambiguous associated type in forward_to_deserialize_any!f6623a3
Ignore cast_precision_loss pedantic clippy lintc4fb923
Release 1.0.19865b7eea
Merge pull request #2729 from dtolnay/saturating01cd696
Integrate Saturating<T> deserialization into impl_deserialize_num macroc13b3f7
Format PR 2709a6571ee
Merge pull request #2709 from jbethune/master6e38aff
Revert "Temporarily disable miri on doctests"Updates
serde_json
from 1.0.114 to 1.0.116Release notes
Sourced from serde_json's releases.
Commits
a3f62bb
Release 1.0.11612c8ee0
Hide "non-exhaustive patterns" errors when crate fails to compile051ce97
Merge pull request 1124 from mleonhard/master25dc750
Replacefeatures_check
mod with a call tostd::compile_error!
. Fixes htt...2e15e3d
Revert "Temporarily disable miri on doctests"0baba28
Resolve legacy_numeric_constants clippy lintsb1ebf38
Release 1.0.115c3dc153
Merge pull request #1119 from titaniumtraveler/pr218770b
Explicitly install a Rust toolchain for cargo-outdated job840da8e
Fix missing backticks in doc commentsUpdates
thiserror
from 1.0.57 to 1.0.59Release notes
Sourced from thiserror's releases.
Commits
e7ad85e
Release 1.0.59af477ec
Merge pull request #297 from dtolnay/traitidentf3fbd99
Implement ToTokens without reliance on {:?}508ece8
Revert "Temporarily disable miri on doctests"c8c804c
Explicitly install a Rust toolchain for cargo-outdated job6969595
Merge pull request #293 from dtolnay/workspacewrapper488d52f
Apply RUSTC_WORKSPACE_WRAPPERba33438
Temporarily disable miri on doctestsdf8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcodeUpdates
serde_derive
from 1.0.197 to 1.0.199Release notes
Sourced from serde_derive's releases.
Commits
1477028
Release 1.0.199789740b
Merge pull request #2732 from aatifsyed/master8fe7539
fix: ambiguous associated type in forward_to_deserialize_any!f6623a3
Ignore cast_precision_loss pedantic clippy lintc4fb923
Release 1.0.19865b7eea
Merge pull request #2729 from dtolnay/saturating01cd696
Integrate Saturating<T> deserialization into impl_deserialize_num macroc13b3f7
Format PR 2709a6571ee
Merge pull request #2709 from jbethune/master6e38aff
Revert "Temporarily disable miri on doctests"Updates
timerfd
from 1.5.0 to 1.6.0Commits
Updates
cargo_toml
from 0.19.2 to 0.20.2Commits
db6fbab
Bump95d025a
Display for optional paths60d39d0
Report Workspace lookup errors bettere50b090
Bump1b1e028
Fix inheritance of target-specific deps64fa62e
Clippyeeb3d3a
Give a less-tricky cwd path than ./e5a4fb7
Upd34fc9cb
Non-exhaustive edition59b96d8
Delayed errUpdates
regex
from 1.10.3 to 1.10.4Commits
aa2d8bd
1.10.4088d7f3
api: add Cow guarantee to replace APIa5ae351
regex-automata-0.4.69cf4a42
automata: fix bug where reverse NFA lacked an unanchored prefix10fe722
style: clean up some recent lint violationsd7f9347
regex-automata-0.4.507ef7f1
automata: make additional prefileter metadata publicUpdates
aho-corasick
from 1.1.2 to 1.1.3Commits
56256dc
1.1.31b64b22
simd: fix big-endian aarch64 build59b3655
style: clean up lint violationsf227162
benchmarks: import jetscii's benchmarks964a2d5
benchmarks: update aho-corasick engine lock fileUpdates
autocfg
from 1.1.0 to 1.2.0Commits
c10bc17
Merge pull request #57 from cuviper/release-1.2.01c029e4
Fixclippy::needless_borrows_for_generic_args
8fbf203
Release 1.2.07f3e58b
Merge pull request #56 from cuviper/wrappers1ca2af8
SupportRUSTC_WRAPPER
andRUSTC_WORKSPACE_WRAPPER
cf17815
Merge pull request #27 from cuviper/set_no_std32c1170
Use consistent verb form in docs3c2cf0e
Add getterno_std()
and setterset_no_std(bool)
5e07f6a
Merge pull request #55 from cuviper/farewell-bors8717f69
Add a summary CI jobUpdates
aws-lc-fips-sys
from 0.12.5 to 0.12.7Commits
a29a615
Update aws-lc-fips-sys to v0.12.7 (#382)98d0c59
Update aws-lc-sys to v0.14.1 (#381)ccb2a90
Update aws-lc-rs to v1.6.4 (#380)972db16
Fix bindgen dependency cfg (#379)2502a73
Build scripts send cargo cmds to stdout (#378)a6b0170
Auto-generated bindings for aws-lc-fips-sys v0.12.6 (#372)2298ca8
Auto-generation of aws-lc-sys v0.14.0 (#369)0152e5b
Add check for sys crate publish; Script cleanup (#351)8a6facc
Minor cleanup; clippy w/ no features (#356)Updates
aws-lc-rs
from 1.6.2 to 1.7.0Release notes
Sourced from aws-lc-rs's releases.
... (truncated)
Commits
c487b7b
Add CI for testing x86_64-pc-windows-gnu (#386)7c9b0db
aws-lc-rs v1.7.0 (#390)4216305
aws-lc-sys v0.15.0; align with AWS-LC v1.24.1 (#389)ad48d14
Align GitHub workflow/job run conditions (#394)34283fa
RSA OAEP Support (#303)564b3c7
No CMake required for non-FIPS (#317)0d8ef6c
Support target x86_64-apple-ios (#383)77501dd
Fix deprecation warning (#384)a29a615
Update aws-lc-fips-sys to v0.12.7 (#382)98d0c59
Update aws-lc-sys to v0.14.1 (#381)Updates
aws-lc-sys
from 0.13.3 to 0.15.0Commits
c487b7b
Add CI for testing x86_64-pc-windows-gnu (#386)7c9b0db
aws-lc-rs v1.7.0 (#390)4216305
aws-lc-sys v0.15.0; align with AWS-LC v1.24.1 (#389)ad48d14
Align GitHub workflow/job run conditions (#394)34283fa
RSA OAEP Support (#303)564b3c7
No CMake required for non-FIPS (#317)0d8ef6c
Support target x86_64-apple-ios (#383)77501dd
Fix deprecation warning (#384)a29a615
Update aws-lc-fips-sys to v0.12.7 (#382)98d0c59
Update aws-lc-sys to v0.14.1 (#381)Updates
cc
from 1.0.90 to 1.0.95Release notes
Sourced from cc's releases.
... (truncated)
Commits
7649f12
Release cc 1.0.95 (#1038)9af6b95
Optimize jobservertry_acquire
(#1037)c284566
Bump msrv to 1.63 (#1031)84d04e8
Update windows-bindgen requirement from 0.55 to 0.56 (#1035)0286286
Release cc 1.0.94 (#1034)f83109b
fix xcrun sdk version arg (#1007)4743a72
Release cc-rs 1.0.93 (#1032)e80a19d
Add visionOS support (#1029)f313ff5
Release cc 1.0.92 (#1028)e73d05b
Fix linking with llvm-lib (#1027)Updates
clap_derive
from 4.5.0 to 4.5.4Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
either
from 1.10.0 to 1.11.0Commits
864eae4
Merge pull request #104 from cuviper/release-1.11.00bdb583
Release 1.11.0e385751
Merge pull request #101 from SFM61319/feat/into-eitherd62efa6
Feat: Implement traitIntoEither
d48ab1b
Merge pull request #103 from masklinn/patch-1365f674
Enableserde
feature on playgroundsUpdates
getrandom
from 0.2.12 to 0.2.14Changelog
Sourced from getrandom's changelog.
Commits
a39033a
Enable/dev/urandom
fallback for MUSL-based Linux targets (#408)968dd48
Release v0.2.13 (#405)8ffd43e
Conditionally disable file fallback for Android and Linux (#396)6b7bcb5
Replace man7.org links with manned.org (#404)5f0701f
CI: Run tests on aarch64...Description has been truncated