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 with 39 updates #99
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 firecracker group with 39 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.48` | `2.0.52` | | [walkdir](https://github.com/BurntSushi/walkdir) | `2.4.0` | `2.5.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` | | [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.114` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.57` | | [micro_http](https://github.com/firecracker-microvm/micro-http) | ``e75dfa1`` | ``ef43cef`` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` | | [nix](https://github.com/nix-rust/nix) | `0.27.1` | `0.28.0` | | [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.1` | `0.11.2` | | [semver](https://github.com/dtolnay/semver) | `1.0.21` | `1.0.22` | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.8.3` | `0.8.4` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.11` | `0.6.13` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.5` | `1.0.6` | | [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.12.1` | `0.12.3` | | [aws-lc-rs](https://github.com/awslabs/aws-lc-rs) | `1.6.1` | `1.6.2` | | [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.13.0` | `0.13.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.83` | `1.0.89` | | [clap_builder](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.1` | | [clap_derive](https://github.com/clap-rs/clap) | `4.4.7` | `4.5.0` | | [clap_lex](https://github.com/clap-rs/clap) | `0.6.0` | `0.7.0` | | [either](https://github.com/rayon-rs/either) | `1.9.0` | `1.10.0` | | [ghash](https://github.com/RustCrypto/universal-hashes) | `0.5.0` | `0.5.1` | | [half](https://github.com/starkat99/half-rs) | `2.3.1` | `2.4.0` | | [hermit-abi](https://github.com/hermit-os/hermit-rs) | `0.3.4` | `0.3.9` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.2` | `2.2.5` | | [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.10` | `0.4.12` | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.1` | `0.8.2` | | [num-traits](https://github.com/rust-num/num-traits) | `0.2.17` | `0.2.18` | | [opaque-debug](https://github.com/RustCrypto/utils) | `0.3.0` | `0.3.1` | | [polyval](https://github.com/RustCrypto/universal-hashes) | `0.6.1` | `0.6.2` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.5` | `0.4.6` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.16` | `1.0.17` | | [strsim](https://github.com/rapidfuzz/strsim-rs) | `0.10.0` | `0.11.0` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.57` | | [toml](https://github.com/toml-rs/toml) | `0.8.9` | `0.8.10` | | [toml_edit](https://github.com/toml-rs/toml) | `0.21.1` | `0.22.6` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.37` | `0.6.5` | Updates `clap` from 4.4.18 to 4.5.1 - [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.18...clap_complete-v4.5.1) Updates `syn` from 2.0.48 to 2.0.52 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.48...2.0.52) Updates `walkdir` from 2.4.0 to 2.5.0 - [Commits](BurntSushi/walkdir@2.4.0...2.5.0) Updates `serde` from 1.0.196 to 1.0.197 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.196...v1.0.197) Updates `serde_json` from 1.0.113 to 1.0.114 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.113...v1.0.114) Updates `thiserror` from 1.0.56 to 1.0.57 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.56...1.0.57) Updates `micro_http` from `e75dfa1` to `ef43cef` - [Commits](firecracker-microvm/micro-http@e75dfa1...ef43cef) Updates `serde_derive` from 1.0.196 to 1.0.197 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.196...v1.0.197) Updates `nix` from 0.27.1 to 0.28.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.27.1...v0.28.0) Updates `log` from 0.4.20 to 0.4.21 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.20...0.4.21) Updates `env_logger` from 0.11.1 to 0.11.2 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.1...v0.11.2) Updates `semver` from 1.0.21 to 1.0.22 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.21...1.0.22) Updates `aes` from 0.8.3 to 0.8.4 - [Commits](RustCrypto/block-ciphers@aes-v0.8.3...aes-v0.8.4) Updates `anstream` from 0.6.11 to 0.6.13 - [Commits](rust-cli/anstyle@anstream-v0.6.11...anstream-v0.6.13) Updates `anstyle` from 1.0.5 to 1.0.6 - [Commits](rust-cli/anstyle@v1.0.5...v1.0.6) Updates `aws-lc-fips-sys` from 0.12.1 to 0.12.3 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.12.1...aws-lc-fips-sys/v0.12.3) Updates `aws-lc-rs` from 1.6.1 to 1.6.2 - [Release notes](https://github.com/awslabs/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.6.1...v1.6.2) Updates `aws-lc-sys` from 0.13.0 to 0.13.2 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.13.0...aws-lc-sys/v0.13.2) Updates `cc` from 1.0.83 to 1.0.89 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.83...1.0.89) Updates `clap_builder` from 4.4.18 to 4.5.1 - [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.18...v4.5.1) Updates `clap_derive` from 4.4.7 to 4.5.0 - [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.7...v4.5.0) Updates `clap_lex` from 0.6.0 to 0.7.0 - [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.6.0...clap_lex-v0.7.0) Updates `either` from 1.9.0 to 1.10.0 - [Commits](rayon-rs/either@1.9.0...1.10.0) Updates `ghash` from 0.5.0 to 0.5.1 - [Commits](RustCrypto/universal-hashes@ghash-v0.5.0...ghash-v0.5.1) Updates `half` from 2.3.1 to 2.4.0 - [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.3.1...v2.4.0) Updates `hermit-abi` from 0.3.4 to 0.3.9 - [Release notes](https://github.com/hermit-os/hermit-rs/releases) - [Commits](https://github.com/hermit-os/hermit-rs/commits) Updates `indexmap` from 2.2.2 to 2.2.5 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.2.2...2.2.5) Updates `is-terminal` from 0.4.10 to 0.4.12 - [Commits](sunfishcode/is-terminal@v0.4.10...v0.4.12) Updates `libloading` from 0.8.1 to 0.8.2 - [Commits](nagisa/rust_libloading@0.8.1...0.8.2) Updates `num-traits` from 0.2.17 to 0.2.18 - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.18) Updates `opaque-debug` from 0.3.0 to 0.3.1 - [Commits](RustCrypto/utils@opaque-debug-v0.3.0...opaque-debug-v0.3.1) Updates `polyval` from 0.6.1 to 0.6.2 - [Commits](RustCrypto/universal-hashes@polyval-v0.6.1...polyval-v0.6.2) Updates `regex-automata` from 0.4.5 to 0.4.6 - [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.5...regex-automata-0.4.6) Updates `ryu` from 1.0.16 to 1.0.17 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.16...1.0.17) Updates `strsim` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/rapidfuzz/strsim-rs/releases) - [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md) - [Commits](rapidfuzz/strsim-rs@0.10.0...v0.11.0) Updates `thiserror-impl` from 1.0.56 to 1.0.57 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.56...1.0.57) Updates `toml` from 0.8.9 to 0.8.10 - [Commits](toml-rs/toml@toml-v0.8.9...toml-v0.8.10) Updates `toml_edit` from 0.21.1 to 0.22.6 - [Commits](toml-rs/toml@v0.21.1...v0.22.6) Updates `winnow` from 0.5.37 to 0.6.5 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.37...v0.6.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: walkdir 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: micro_http dependency-type: direct:production dependency-group: firecracker - dependency-name: serde_derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aes dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch 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-patch dependency-group: firecracker - dependency-name: aws-lc-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: either dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: ghash dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: half dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: hermit-abi dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: is-terminal dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: libloading dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: num-traits dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: opaque-debug dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: polyval dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: regex-automata dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: strsim dependency-type: indirect update-type: version-update:semver-minor 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-minor dependency-group: firecracker - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
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
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 39 updates:
4.4.18
4.5.1
2.0.48
2.0.52
2.4.0
2.5.0
1.0.196
1.0.197
1.0.113
1.0.114
1.0.56
1.0.57
e75dfa1
ef43cef
1.0.196
1.0.197
0.27.1
0.28.0
0.4.20
0.4.21
0.11.1
0.11.2
1.0.21
1.0.22
0.8.3
0.8.4
0.6.11
0.6.13
1.0.5
1.0.6
0.12.1
0.12.3
1.6.1
1.6.2
0.13.0
0.13.2
1.0.83
1.0.89
4.4.18
4.5.1
4.4.7
4.5.0
0.6.0
0.7.0
1.9.0
1.10.0
0.5.0
0.5.1
2.3.1
2.4.0
0.3.4
0.3.9
2.2.2
2.2.5
0.4.10
0.4.12
0.8.1
0.8.2
0.2.17
0.2.18
0.3.0
0.3.1
0.6.1
0.6.2
0.4.5
0.4.6
1.0.16
1.0.17
0.10.0
0.11.0
1.0.56
1.0.57
0.8.9
0.8.10
0.21.1
0.22.6
0.5.37
0.6.5
Updates
clap
from 4.4.18 to 4.5.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
0c01b55
chore: Release08e0b5b
docs: Update changelogf2c4e6e
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/escape446328a
fix(error): Include -- in more cases7de6df8
test(error): Show existing last behaviorUpdates
syn
from 2.0.48 to 2.0.52Release notes
Sourced from syn's releases.
Commits
07ede6a
Release 2.0.52acbcfbc
Merge pull request #1593 from dtolnay/boundary4924a99
Add an expression parser that uses match-arm's boundary rulese06122b
Resolve unnecessary_get_then_check clippy lint018fc5a
Update test suite to nightly-2024-02-275e15a9b
Release 2.0.517e0d4e1
Resolve non_local_definitions warning in debug impls8667ad9
Ignore module_name_repetitions pedantic clippy lint in codegen1fc3200
Update test suite to nightly-2024-02-2607a2065
Update test suite to nightly-2024-02-23Updates
walkdir
from 2.4.0 to 2.5.0Commits
4f26be4
2.5.03be5734
api: implementFusedIterator
b0d16b7
ci: fix itUpdates
serde
from 1.0.196 to 1.0.197Release notes
Sourced from serde's releases.
Commits
5fa711d
Release 1.0.197f5d8ae4
Resolve prelude redundant import warnings1d54973
Merge pull request #2697 from nyurik/format-strb8fafef
A few minorwrite_str
optimizations and inliningc42ebb8
Update ui test suite to nightly-2024-02-129e68062
Ignore incompatible_msrv clippy lint for conditionally compiled code846f865
Ignore dead_code warnings in testUpdates
serde_json
from 1.0.113 to 1.0.114Release notes
Sourced from serde_json's releases.
Commits
e1b3a6d
Release 1.0.1146fb7026
Work around prelude redundant import warnings34a04c5
Ignore incompatible_msrv clippy false positives in testca05f69
Remove unused Float::is_sign_negative trait methodUpdates
thiserror
from 1.0.56 to 1.0.57Release notes
Sourced from thiserror's releases.
Commits
1d106b1
Release 1.0.578a5c4d1
Use write_str when args only consists of trailing commaf790bee
Phrase flag in terms of whether core::fmt machinery is requiredd43b759
Ignore needless_raw_string_hashes pedantic clippy lint in testd09c418
Touch up PR 286097251d
Merge pull request #286 from nyurik/litstrcd79876
optimize by avoiding second fmt.value() calld7e738e
Optimize simple literals for Display::fmt0717de3
Update ui test suite to nightly-2024-02-08c7c7547
Update ui test suite to nightly-2024-01-31Updates
micro_http
frome75dfa1
toef43cef
Commits
ef43cef
chore: appease clippyca77046
Bump rust-vmm-ci from665f31f
to7606478
7e2684d
fix: Always set Content-Length field in non-100/204 responsesUpdates
serde_derive
from 1.0.196 to 1.0.197Release notes
Sourced from serde_derive's releases.
Commits
5fa711d
Release 1.0.197f5d8ae4
Resolve prelude redundant import warnings1d54973
Merge pull request #2697 from nyurik/format-strb8fafef
A few minorwrite_str
optimizations and inliningc42ebb8
Update ui test suite to nightly-2024-02-129e68062
Ignore incompatible_msrv clippy lint for conditionally compiled code846f865
Ignore dead_code warnings in testUpdates
nix
from 0.27.1 to 0.28.0Changelog
Sourced from nix's changelog.
... (truncated)
Commits
21ab06e
chore: release 0.8.0595c6eb
chore: changelog for 0.28.0 (#2303)79b86a7
mmsg revert signature simplification (#2227)08e05a5
refactor: remove redundant imports to fix CI (#2320)197f55b
refactor: update nix (#2311)f34d00d
chore(deps): try libc 0.2.153 (#2309)062f6c0
test: clean clippy needless_borrow false positive issue (#2310)ca173ff
Fix the mount tests (#2269)0dfcf32
test: tweak test_fanotify to monitor ONLY 1 file (#2294)0fb3460
Temporarily disable CI on GNU hurd (#2307)Updates
log
from 0.4.20 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
env_logger
from 0.11.1 to 0.11.2Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
b0e3ea9
chore: Release522ce17
Merge pull request #310 from epage/docsc67579c
docs(fmt): Talk about new styling API62713d1
refactor(docs): Use intra-doc links1b0f4dd
docs(fmt): Point people to anstyle adapters8bf7499
refactor(fmt): Use simplified anstyle formatting5e0566e
chore: Update anstyle6562f9a
docs(changelog): Add migration guide8c94cd5
Merge pull request #308 from epage/rustbuild2f636ed
chore: Remove potentially unused rustbuild cfgsUpdates
semver
from 1.0.21 to 1.0.22Release notes
Sourced from semver's releases.
Commits
c8ad1bf
Release 1.0.22f76db8d
Resolve redundant import warningf32b420
Ignore incompatible_msrv clippy lint for conditionally compiled codeUpdates
aes
from 0.8.3 to 0.8.4Commits
f2dbee5
aes v0.8.4Updates
anstream
from 0.6.11 to 0.6.13Commits
0e062b8
chore: Release986a297
docs: Update changelog6fdb4ef
Merge pull request #179 from epage/auto16a0aaa
fix(stream): Give NO_COLOR higher precedence69a8c69
refactor(stream): Clarify auto choice logic20dd3e0
chore: Release4f73e15
docs: Update changelog79480fc
Merge pull request #177 from epage/noiseb7f43e9
fix(svg): Reduce line noisec462e4b
chore: ReleaseUpdates
anstyle
from 1.0.5 to 1.0.6Commits
c9dee03
chore: Release60343d1
docs: Update changelogb8edda7
Merge pull request #171 from epage/ignore-fmtec33d22
fix(anstyle): Don't display with formatter's settings93c3dec
test(anstyle): Show current fmt behavior9098545
chore(deps): update compatible (dev)44e8e4a
Merge pull request #169 from joshtriplett/tyopd9265f2
docs(anstream): Fix typo in documentationUpdates
aws-lc-fips-sys
from 0.12.1 to 0.12.3Commits
657fac9
Update aws-lc-sys to v0.13.2, aws-lc-fips-sys to v0.12.3 (#349)43db7b4
aws-lc-sys-v0.13.1 and aws-lc-fips-sys-v0.12.2 (#343)d47ed6f
Improve MSRV CI (#336)da2a62f
Update aws-lc-rs to v1.6.2 (#341)5838973
feat: export sys variables from aws-lc-rs crate (#335)3e194ee
Use stable toolchain for CI cross-compilation (#339)0606094
Drop unused 'io' module logic (#338)cc9f7ee
Improve exposure of dry-run publish failures (#333)Updates
aws-lc-rs
from 1.6.1 to 1.6.2Release notes
Sourced from aws-lc-rs's releases.
Commits
da2a62f
Update aws-lc-rs to v1.6.2 (#341)5838973
feat: export sys variables from aws-lc-rs crate (#335)3e194ee
Use stable toolchain for CI cross-compilation (#339)0606094
Drop unused 'io' module logic (#338)cc9f7ee
Improve exposure of dry-run publish failures (#333)067c948
Windows: includeprintenv.bat
in cargo releases (#332)f31bee9
Update aws-lc-fips-sys to 0.12.1 (#329)fcab5fd
Improve how vcvarsall is located (#327)Updates
aws-lc-sys
from 0.13.0 to 0.13.2Commits
657fac9
Update aws-lc-sys to v0.13.2, aws-lc-fips-sys to v0.12.3 (#349)43db7b4
aws-lc-sys-v0.13.1 and aws-lc-fips-sys-v0.12.2 (#343)d47ed6f
Improve MSRV CI (#336)da2a62f
Update aws-lc-rs to v1.6.2 (#341)5838973
feat: export sys variables from aws-lc-rs crate (#335)3e194ee
Use stable toolchain for CI cross-compilation (#339)0606094
Drop unused 'io' module logic (#338)cc9f7ee
Improve exposure of dry-run publish failures (#333)067c948
Windows: includeprintenv.bat
in cargo releases (#332)f31bee9
Update aws-lc-fips-sys to 0.12.1 (#329)Updates
cc
from 1.0.83 to 1.0.89Release notes
Sourced from cc's releases.
... (truncated)
Commits
b1c53ad
Release cc 1.0.89 (#988)a7aa5e3
Fix make resource failure when cc parallel is enabled (#985)acde7a1
Add a public file iterator (#987)e9379a4
Use llvm-ar, llvm-ranlib for Android NDK (#983)2f587f5
Also support finding Windows tools on non-Windows host (#907)59581e5
Update windows-bindgen requirement from 0.53 to 0.54 (#982)f0153a4
refactor target flags (#873)561543c
Release cc 1.0.88 (#977)8bda250
feat: move debug logging behind an environment variable (#972)46eedd0
Fix set_blocking (#975)Updates
clap_builder
from 4.4.18 to 4.5.1Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
8a7a13a
chore: Release7b3a3e1
docs: Update changelog7b624ca
Merge pull request #5356 from epage/escape446328a
fix(error): Include -- in more cases7de6df8
test(error): Show existing last behaviorb48c90f
Merge pull request #5351 from epage/snap5f9cecb
chore: Update snapbox/trycmdf45a32e
Merge pull request #5350 from epage/fix323345b
fix: Add missing clap::builder::OsStr impl9295e32
chore: ReleaseUpdates
clap_derive
from 4.4.7 to 4.5.0Release notes
Sourced from clap_derive's releases.
... (truncated)
Changelog
Sourced from clap_derive's changelog.
... (truncated)
Commits
a751c5f
chore: Release9ec6c94
chore: Release0735119
docs: Update changelogc4d3959
Merge pull request #5344 from epage/encodef750e57
fix(lex): Use new-ish OsStr API1d9a554
Merge pull request #5343 from epage/msrv4b45d36
chore: Update MSRV to 1.7455b1f94
Merge pull request #5342 from epage/divanea77b98
test(complete): Make it order independent