-
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 40 updates #403
Merged
nelsonjchen
merged 1 commit into
master
from
dependabot/cargo/patch-dependencies-9088f4c52e
Aug 26, 2023
Merged
Bump the patch-dependencies group with 40 updates #403
nelsonjchen
merged 1 commit into
master
from
dependabot/cargo/patch-dependencies-9088f4c52e
Aug 26, 2023
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-dependencies group with 40 updates: | Package | From | To | | --- | --- | --- | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.18` | `0.11.20` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.0.2` | `1.0.4` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.0` | `0.4.1` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.68` | `0.1.69` | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.68` | `0.3.69` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.2` | `0.21.3` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.79` | `1.0.83` | | [clap_lex](https://github.com/clap-rs/clap) | `0.5.0` | `0.5.1` | | [dtoa](https://github.com/dtolnay/dtoa) | `1.0.6` | `1.0.9` | | [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.32` | `0.8.33` | | [equivalent](https://github.com/cuviper/equivalent) | `1.0.0` | `1.0.1` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.1` | `0.3.2` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.26` | `1.0.27` | | [h2](https://github.com/hyperium/h2) | `0.3.20` | `0.3.21` | | [hermit-abi](https://github.com/hermitcore/rusty-hermit) | `0.3.1` | `0.3.2` | | [httpdate](https://github.com/pyfisch/httpdate) | `1.0.2` | `1.0.3` | | [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.8` | `0.4.9` | | [log](https://github.com/rust-lang/log) | `0.4.19` | `0.4.20` | | [num-traits](https://github.com/rust-num/num-traits) | `0.2.15` | `0.2.16` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.55` | `0.10.56` | | pear | `0.2.4` | `0.2.7` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.11` | `0.2.13` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.63` | `1.0.66` | | [proc-macro2-diagnostics](https://github.com/SergioBenitez/proc-macro2-diagnostics) | `0.10.0` | `0.10.1` | | [quote](https://github.com/dtolnay/quote) | `1.0.29` | `1.0.33` | | [ref-cast](https://github.com/dtolnay/ref-cast) | `1.0.16` | `1.0.17` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.12` | `1.0.14` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.13` | `1.0.15` | | [security-framework](https://github.com/kornelski/rust-security-framework) | `2.9.1` | `2.9.2` | | [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.9.0` | `2.9.1` | | [semver](https://github.com/dtolnay/semver) | `1.0.17` | `1.0.18` | | [serde](https://github.com/serde-rs/serde) | `1.0.166` | `1.0.168` | | [serde_json](https://github.com/serde-rs/json) | `1.0.99` | `1.0.105` | | [slab](https://github.com/tokio-rs/slab) | `0.4.8` | `0.4.9` | | [time](https://github.com/time-rs/time) | `0.3.22` | `0.3.26` | | [toml_edit](https://github.com/toml-rs/toml) | `0.19.11` | `0.19.14` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.9` | `1.0.11` | | [windows-targets](https://github.com/microsoft/windows-rs) | `0.48.1` | `0.48.5` | | [xdg](https://github.com/whitequark/rust-xdg) | `2.5.0` | `2.5.2` | Updates `reqwest` from 0.11.18 to 0.11.20 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.18...v0.11.20) Updates `aho-corasick` from 1.0.2 to 1.0.4 - [Commits](BurntSushi/aho-corasick@1.0.2...1.0.4) Updates `anstyle` from 1.0.1 to 1.0.2 - [Commits](rust-cli/anstyle@anstyle-ls-v1.0.1...anstyle-wincon-v1.0.2) Updates `async-compression` from 0.4.0 to 0.4.1 - [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.0...async-compression-v0.4.1) Updates `async-trait` from 0.1.68 to 0.1.69 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.68...0.1.69) Updates `backtrace` from 0.3.68 to 0.3.69 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](rust-lang/backtrace-rs@0.3.68...0.3.69) Updates `base64` from 0.21.2 to 0.21.3 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.2...v0.21.3) Updates `cc` from 1.0.79 to 1.0.83 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.79...1.0.83) Updates `clap_lex` from 0.5.0 to 0.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@clap_lex-v0.5.0...clap_lex-v0.5.1) Updates `dtoa` from 1.0.6 to 1.0.9 - [Release notes](https://github.com/dtolnay/dtoa/releases) - [Commits](dtolnay/dtoa@1.0.6...1.0.9) Updates `encoding_rs` from 0.8.32 to 0.8.33 - [Commits](hsivonen/encoding_rs@v0.8.32...v0.8.33) Updates `equivalent` from 1.0.0 to 1.0.1 - [Commits](indexmap-rs/equivalent@v1.0.0...v1.0.1) Updates `errno` from 0.3.1 to 0.3.2 - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/rust-errno@v0.3.1...v0.3.2) Updates `flate2` from 1.0.26 to 1.0.27 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.26...1.0.27) Updates `h2` from 0.3.20 to 0.3.21 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.20...v0.3.21) Updates `hermit-abi` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/hermitcore/rusty-hermit/releases) - [Commits](hermit-os/hermit-rs@hermit-abi-0.3.1...hermit-abi-0.3.2) Updates `httpdate` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/pyfisch/httpdate/releases) - [Commits](pyfisch/httpdate@v1.0.2...v1.0.3) Updates `is-terminal` from 0.4.8 to 0.4.9 - [Commits](sunfishcode/is-terminal@v0.4.8...v0.4.9) Updates `log` from 0.4.19 to 0.4.20 - [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.19...0.4.20) Updates `num-traits` from 0.2.15 to 0.2.16 - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](rust-num/num-traits@num-traits-0.2.15...num-traits-0.2.16) Updates `openssl` from 0.10.55 to 0.10.56 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.55...openssl-v0.10.56) Updates `pear` from 0.2.4 to 0.2.7 Updates `pin-project-lite` from 0.2.11 to 0.2.13 - [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.11...v0.2.13) Updates `proc-macro2` from 1.0.63 to 1.0.66 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.63...1.0.66) Updates `proc-macro2-diagnostics` from 0.10.0 to 0.10.1 - [Commits](https://github.com/SergioBenitez/proc-macro2-diagnostics/commits) Updates `quote` from 1.0.29 to 1.0.33 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.29...1.0.33) Updates `ref-cast` from 1.0.16 to 1.0.17 - [Release notes](https://github.com/dtolnay/ref-cast/releases) - [Commits](dtolnay/ref-cast@1.0.16...1.0.17) Updates `rustversion` from 1.0.12 to 1.0.14 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.12...1.0.14) Updates `ryu` from 1.0.13 to 1.0.15 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.13...1.0.15) Updates `security-framework` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](https://github.com/kornelski/rust-security-framework/commits) Updates `security-framework-sys` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](kornelski/rust-security-framework@v2.9.0...v2.9.1) Updates `semver` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.17...1.0.18) Updates `serde` from 1.0.166 to 1.0.168 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.166...v1.0.168) Updates `serde_json` from 1.0.99 to 1.0.105 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.99...v1.0.105) Updates `slab` from 0.4.8 to 0.4.9 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.8...v0.4.9) Updates `time` from 0.3.22 to 0.3.26 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.22...v0.3.26) Updates `toml_edit` from 0.19.11 to 0.19.14 - [Commits](toml-rs/toml@v0.19.11...v0.19.14) Updates `unicode-ident` from 1.0.9 to 1.0.11 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.9...1.0.11) Updates `windows-targets` from 0.48.1 to 0.48.5 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@windows-targets-0.48.1...0.48.5) Updates `xdg` from 2.5.0 to 2.5.2 - [Commits](whitequark/rust-xdg@v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: anstyle 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: backtrace 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: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: dtoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: encoding_rs dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: equivalent dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: errno dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: flate2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: h2 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: httpdate 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: log dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: num-traits dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: openssl dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pear dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pin-project-lite 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: proc-macro2-diagnostics 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: ref-cast dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: rustversion dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: security-framework dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: security-framework-sys 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: slab dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: time dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: windows-targets dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: xdg dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies ... 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
Aug 26, 2023
dependabot
bot
deleted the
dependabot/cargo/patch-dependencies-9088f4c52e
branch
August 26, 2023 16:50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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-dependencies group with 40 updates:
0.11.18
0.11.20
1.0.2
1.0.4
1.0.1
1.0.2
0.4.0
0.4.1
0.1.68
0.1.69
0.3.68
0.3.69
0.21.2
0.21.3
1.0.79
1.0.83
0.5.0
0.5.1
1.0.6
1.0.9
0.8.32
0.8.33
1.0.0
1.0.1
0.3.1
0.3.2
1.0.26
1.0.27
0.3.20
0.3.21
0.3.1
0.3.2
1.0.2
1.0.3
0.4.8
0.4.9
0.4.19
0.4.20
0.2.15
0.2.16
0.10.55
0.10.56
0.2.4
0.2.7
0.2.11
0.2.13
1.0.63
1.0.66
0.10.0
0.10.1
1.0.29
1.0.33
1.0.16
1.0.17
1.0.12
1.0.14
1.0.13
1.0.15
2.9.1
2.9.2
2.9.0
2.9.1
1.0.17
1.0.18
1.0.166
1.0.168
1.0.99
1.0.105
0.4.8
0.4.9
0.3.22
0.3.26
0.19.11
0.19.14
1.0.9
1.0.11
0.48.1
0.48.5
2.5.0
2.5.2
Updates
reqwest
from 0.11.18 to 0.11.20Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
a4e8ab6
v0.11.2084eb650
Revert "Fix deflate decompression (#1927)" (#1952)8b49fc9
v0.11.1987ff5d9
improve error message if incompabitle Identity with selected backend (#1852)42f57b4
Fix panic in building h3 client when udp is forbidden (#1945)4aa8516
msrv: bump to 1.63 (#1947)1f6c2cf
AddClientBuilder::http1_allow_spaces_after_header_name_in_responses()
(#1932)6f07b9f
AddClientBuilder::http1_ignore_invalid_headers_in_responses()
(#1926)8396233
Fix deflate decompression (#1927)b0c07a2
Bump rustls to v0.21.6 (#1928)Updates
aho-corasick
from 1.0.2 to 1.0.4Commits
feda228
1.0.431bb1fc
nfa/noncontiguous: use a linked list to represent transitionsba085aa
aho-corasick-debug: tweak default dense depth value4b54815
nfa/noncontiguous: use 'repr(packed)' on 'Transition'2532724
nfa/noncontiguous: refactor to encapsulate state transitions651484d
1.0.3474393b
nfa,dfa: call shrink_to_vec in placese27da64
nfa/noncontiguous: fix memory usage reportingfcfef41
dfa: fix docs for memory representation8d73547
docs.rs: add --generate-link-to-definition flagUpdates
anstyle
from 1.0.1 to 1.0.2Commits
a6382b2
chore: Release5821848
docs: Don't break docs.rs6a8a44c
chore: Releaseaeddda1
docs: Update changelogf3a1477
Merge pull request #108 from Zheoni/fix-to-owo-colors-color0eab2b2
fix ansi_to_owo_colors_color bright colors29c659e
Merge pull request #107 from alexanderkjall/gate-test-on-relevant-feature7aba736
gate the max_display_buffer on the std feature2b6917f
Merge pull request #103 from rust-cli/colorchoice_clap_docs90ad670
docs: Improve docs for colorchoice_clapUpdates
async-compression
from 0.4.0 to 0.4.1Release notes
Sourced from async-compression's releases.
Changelog
Sourced from async-compression's changelog.
Commits
4fd4c42
prepare release 0.4.1 (#236)9b181f8
refactor: make it visually clear that inner param is shared (#235)24556b1
Merge pull request #229 from miam-miam100/main2bd88a7
ci: fix windows tests60b617a
test: add zstd dictionary testa90d41d
docs: update changelog044ee63
refactor: simplify PR0d28ed5
chore: rebase encoder macro0c6bc77
Merge branch 'main' into main0e2d166
Merge pull request #234 from Nullus157/new/featUpdates
async-trait
from 0.1.68 to 0.1.69Release notes
Sourced from async-trait's releases.
Commits
78640d2
Release 0.1.69b59322e
Suppress diverging_sub_expression clippy lint in generated codefbd310e
Resolve explicit_iter_loop pedantic clippy lint603c57a
Remove .clippy.toml in favor of respecting rust-version from Cargo.toml454b0bd
Show error details during miri setup in CI486fe7e
Ignore non_minimal_cfg clippy lint in test49cdc5f
Update ui test suite to nightly-2023-05-143983ba5
Revert "Temporarily disable miri CI"8c0ed45
Temporarily disable miri CIc0f1e53
Update ui test suite to nightly-2023-05-02Updates
backtrace
from 0.3.68 to 0.3.69Release notes
Sourced from backtrace's releases.
Commits
99faef8
rust-lang/backtrace-rs#560
b06f139
rust-lang/backtrace-rs#543
56c215e
sync as-if-std crateb6d24cd
gate gimli usage on windows with gnu8bb67c7
for windows-msvc targets, dont use miniz_oxide, addr2line, object, libc3479721
rust-lang/backtrace-rs#556
037356f
rust-lang/backtrace-rs#555
d008d39
rust-lang/backtrace-rs#553
40410b7
rust-lang/backtrace-rs#557
2efc591
rust-lang/backtrace-rs#559
Updates
base64
from 0.21.2 to 0.21.3Changelog
Sourced from base64's changelog.
Commits
6f9f734
v0.21.3a7e1f47
Merge pull request #224 from marshallpierce/mina86-a96b29d8
Improve comments and increase test paranoia.2b5112f
Merge branch 'master' into mina86-aa3f692b
Merge pull request #250 from marshallpierce/mp/esw-testa589c62
Add a test to EncoderStringWriter70d2b53
Merge pull request #249 from marshallpierce/mp/cleanupf2a06dd
Misc cleanupsb001749
Merge pull request #246 from tcharding/08-09-roll-back-msrvd2e75a4
Merge pull request #241 from EFanZh/optimize-generic-functionsUpdates
cc
from 1.0.79 to 1.0.83Release notes
Sourced from cc's releases.
... (truncated)
Commits
bfc3ba4
Release version 1.0.83 (#861)d8a653b
Stop using feature "libc/std" (#860)360754b
Add method for specifying C/C++ standard version (#761)bf4f709
Release cc v1.0.82 (#850)6f43cf3
FixBuild::compile_objects
perf regression and deadlock (#849)5710ce5
Merge pull request #843 from thomcc/bump-1.0.8105fa160
Bump version to 1.0.813eb7c38
FixPrintThread
: Read stderr as bytes instead of str (#842)7adebb9
Bump version to 1.0.80 (#834)f074cd9
Handlex86_64h-apple-darwin
target (#840)Updates
clap_lex
from 0.5.0 to 0.5.1Changelog
Sourced from clap_lex's changelog.
... (truncated)
Commits
9c93ea7
chore: Release7224e50
docs: Update changelog58ca302
Merge pull request #5086 from epage/term0b196a1
perf(builder): Speed up builds by dropping is-terminald30d94f
chore: Update MSRV to 1.7088cf306
chore: Releaseb08cd5c
docs: Update changelog42a11ca
Merge pull request #5084 from epage/newlinebf3f25e
fix(help): Ensure padding isn't strippedafefdc9
test(help): Show padding bugUpdates
dtoa
from 1.0.6 to 1.0.9Release notes
Sourced from dtoa's releases.
Commits
4dcd122
Release 1.0.92fdc425
Opt in to generate-link-to-definition when building on docs.rseb1ec02
Release 1.0.83552dea
Add no-std::no-alloc category9a62213
Release 1.0.7ab86a74
Suppress incorrect_clone_impl_on_copy_type clippy false positive58f5cc2
Ignore expl_impl_clone_on_copy pedantic clippy lint14c184b
impl Copy for Bufferdee5009
Remove .clippy.toml in favor of respecting rust-version from Cargo.tomld555407
Show error details during miri setup in CIUpdates
encoding_rs
from 0.8.32 to 0.8.33Commits
c19edf7
Increment version number to 0.8.33.b30aebe
Update README for 0.8.33.def1a35
Use packed_simd 0.3.9Updates
equivalent
from 1.0.0 to 1.0.1Commits
8a56bf0
Merge pull request #1 from kpcyrd/fix-permissions4500505
Release 1.0.1cefbe64
Remove executable bit from src/lib.rsUpdates
errno
from 0.3.1 to 0.3.2Changelog
Sourced from errno's changelog.
Commits
d684228
Release 0.3.248155e1
Fix building on Hermit (#73)030106d
Add support for QNX Neutrino (#72)Updates
flate2
from 1.0.26 to 1.0.27Release notes
Sourced from flate2's releases.
Commits
1f7085d
Merge pull request #369 from rust-lang/next-releaseccd3d3a
prepare 1.0.27 release7f96363
Merge pull request #367 from jongiddy/note-read-lossb1e993a
Merge pull request #362 from Byron/maintenace-doc02cd317
Fix typob2079e3
Document thatread::GzDecoder
consumes bytes after end of gzip5d462b3
Merge pull request #361 from PierreV23/main956397a
Merge pull request #324 from jsha/prefer-multigzfc30d9e
remove introductory paragraph that described other tools unrelated toflate2
f0bf8a6
Apply suggestions from code reviewUpdates
h2
from 0.3.20 to 0.3.21Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
da38b1c
v0.3.21ee04292
Fix opening new streams over max concurrent (#707)9bd62a2
Test that client reacts correctly on rogue HEADERS (#667)da9f34b
chore: fix up some clippy nags (#709)cdcc641
msrv: bump to 1.63 (#708)633116e
fix: do not ignore result ofensure_recv_open
(#687)46fb80b
test: early server response with data (#703)Updates
hermit-abi
from 0.3.1 to 0.3.2Commits
ca10dde
abi: Fix & release symbol typo (#434)0c5caf2
Merge pull request #433 from mkroening/ci-cached8b1de4
CI: Enable cache for QEMU jobs70a8373
Merge pull request #432 from mkroening/sys-0.5.1bdf17cd
Release hermit-sys 0.5.11b445aa
Merge pull request #431 from mkroening/sys-windows-toolchain1ac8def
sys: build.rs: Use correct toolchain for kernelbb26bcf
Merge pull request #430 from mkroening/rust-toolchain-action103bb28
CI: Use rust-toolchain-toml actiona7bbba0
Merge pull request #410 from mkroening/randomize-layoutUpdates
httpdate
from 1.0.2 to 1.0.3Commits
638da76
Rust 2021, explicit MSRV and modernize CIa1d35ac
Fix typo in READMEUpdates
is-terminal
from 0.4.8 to 0.4.9Commits
7876976
chore: Release is-terminal version 0.4.9d363faf
Fix building on Hermit (#30)Updates
log
from 0.4.19 to 0.4.20Changelog
Sourced from log's changelog.
Commits
4708f14
Merge pull request #574 from chrysn-pull-requests/doc-log-to-defmt6de3ccc
Merge pull request #571 from rust-lang/cargo/0.4.20