-
Notifications
You must be signed in to change notification settings - Fork 110
chore(deps): bump the patches group across 1 directory with 37 updates #1606
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
Closed
+92
−96
Conversation
This file contains hidden or 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 patches group with 29 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cidr](https://github.com/stbuehler/rust-cidr) | `0.3.1` | `0.3.2` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.8` | | [pest](https://github.com/pest-parser/pest) | `2.8.4` | `2.8.5` | | [pest_derive](https://github.com/pest-parser/pest) | `2.8.4` | `2.8.5` | | [psl](https://github.com/addr-rs/psl) | `2.1.168` | `2.1.179` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` | | [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.54` | | [async-lock](https://github.com/smol-rs/async-lock) | `3.4.1` | `3.4.2` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.19.0` | `3.19.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.49` | `1.2.52` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.6` | `0.7.7` | | [h2](https://github.com/hyperium/h2) | `0.4.12` | `0.4.13` | | [iri-string](https://github.com/lo48576/iri-string) | `0.7.9` | `0.7.10` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.17` | | [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.180` | | libredox | `0.1.10` | `0.1.12` | | [moka](https://github.com/moka-rs/moka) | `0.12.11` | `0.12.12` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.105` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.43` | | [rustls](https://github.com/rustls/rustls) | `0.23.35` | `0.23.36` | | [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.8.2` | `0.8.3` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.20` | `1.0.22` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.45` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.17` | `0.7.18` | | [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` | | [writeable](https://github.com/unicode-org/icu4x) | `0.6.1` | `0.6.2` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.31` | `0.8.33` | Updates `cidr` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/stbuehler/rust-cidr/releases) - [Changelog](https://github.com/stbuehler/rust-cidr/blob/master/CHANGELOG.md) - [Commits](stbuehler/rust-cidr@cidr-0.3.1...cidr-0.3.2) Updates `flate2` from 1.1.5 to 1.1.8 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.5...1.1.8) Updates `pest` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `pest_derive` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `psl` from 2.1.168 to 2.1.179 - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](addr-rs/psl@v2.1.168...v2.1.179) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `tracing` from 0.1.43 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44) Updates `url` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) Updates `clap` from 4.5.53 to 4.5.54 - [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.53...clap_complete-v4.5.54) Updates `async-lock` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/smol-rs/async-lock/releases) - [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-lock@v3.4.1...v3.4.2) Updates `bumpalo` from 3.19.0 to 3.19.1 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@v3.19.0...v3.19.1) Updates `cc` from 1.2.49 to 1.2.52 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.49...cc-v1.2.52) Updates `clap_builder` from 4.5.53 to 4.5.54 - [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.53...v4.5.54) Updates `clap_lex` from 0.7.6 to 0.7.7 - [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.7.6...clap_lex-v0.7.7) Updates `find-msvc-tools` from 0.1.5 to 0.1.7 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.5...find-msvc-tools-v0.1.7) Updates `h2` from 0.4.12 to 0.4.13 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.4.12...v0.4.13) Updates `iri-string` from 0.7.9 to 0.7.10 - [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md) - [Commits](lo48576/iri-string@v0.7.9...v0.7.10) Updates `itoa` from 1.0.15 to 1.0.17 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.15...1.0.17) Updates `libc` from 0.2.178 to 0.2.180 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.180) Updates `libredox` from 0.1.10 to 0.1.12 Updates `moka` from 0.12.11 to 0.12.12 - [Release notes](https://github.com/moka-rs/moka/releases) - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](moka-rs/moka@v0.12.11...v0.12.12) Updates `pest_generator` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `pest_meta` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) Updates `proc-macro2` from 1.0.103 to 1.0.105 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.105) Updates `quote` from 1.0.42 to 1.0.43 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.43) Updates `rustls` from 0.23.35 to 0.23.36 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.35...v/0.23.36) Updates `rustls-native-certs` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/rustls/rustls-native-certs/releases) - [Commits](rustls/rustls-native-certs@v/0.8.2...v/0.8.3) Updates `ryu` from 1.0.20 to 1.0.22 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.20...1.0.22) Updates `time` from 0.3.44 to 0.3.45 - [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.44...v0.3.45) Updates `time-core` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) Updates `tokio-util` from 0.7.17 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.17...tokio-util-0.7.18) Updates `tower` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3) Updates `tracing-core` from 0.1.35 to 0.1.36 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.35...tracing-core-0.1.36) Updates `writeable` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/compare/ind/ixdtf@0.6.1...ind/ixdtf@0.6.2) Updates `zerocopy` from 0.8.31 to 0.8.33 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.31...v0.8.33) Updates `zerocopy-derive` from 0.8.31 to 0.8.33 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.31...v0.8.33) Updates `zlib-rs` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/trifectatechfoundation/zlib-rs/releases) - [Changelog](https://github.com/trifectatechfoundation/zlib-rs/blob/main/docs/release.md) - [Commits](trifectatechfoundation/zlib-rs@v0.5.4...v0.5.5) --- updated-dependencies: - dependency-name: cidr dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: flate2 dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pest dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pest_derive dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: psl dependency-version: 2.1.179 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: async-lock dependency-version: 3.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: bumpalo dependency-version: 3.19.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: cc dependency-version: 1.2.52 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap_builder dependency-version: 4.5.54 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap_lex dependency-version: 0.7.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: find-msvc-tools dependency-version: 0.1.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: h2 dependency-version: 0.4.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: iri-string dependency-version: 0.7.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: itoa dependency-version: 1.0.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-version: 0.2.180 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: libredox dependency-version: 0.1.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: moka dependency-version: 0.12.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: pest_generator dependency-version: 2.8.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: pest_meta dependency-version: 2.8.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: proc-macro2 dependency-version: 1.0.105 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: quote dependency-version: 1.0.43 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: rustls dependency-version: 0.23.36 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: rustls-native-certs dependency-version: 0.8.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: ryu dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: time dependency-version: 0.3.45 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: time-core dependency-version: 0.1.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: tower dependency-version: 0.5.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: tracing-core dependency-version: 0.1.36 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: writeable dependency-version: 0.6.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: zerocopy dependency-version: 0.8.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: zerocopy-derive dependency-version: 0.8.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: zlib-rs dependency-version: 0.5.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
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
domain: deps
Anything related to dependencies
no-changelog
Changes in this PR do not need user-facing explanations in the release changelog
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 patches group with 29 updates in the / directory:
0.3.10.3.21.1.51.1.82.8.42.8.52.8.42.8.52.1.1682.1.1791.0.1451.0.1490.1.430.1.442.5.72.5.84.5.534.5.543.4.13.4.23.19.03.19.11.2.491.2.520.7.60.7.70.4.120.4.130.7.90.7.101.0.151.0.170.2.1780.2.1800.1.100.1.120.12.110.12.121.0.1031.0.1051.0.421.0.430.23.350.23.360.8.20.8.31.0.201.0.220.3.440.3.450.7.170.7.180.5.20.5.30.6.10.6.20.8.310.8.33Updates
cidrfrom 0.3.1 to 0.3.2Changelog
Sourced from cidr's changelog.
Commits
50f8fa7release 0.3.2335cf19fix clippy lints7eb9420docsrs: doc_auto_cfg got merged into doc_cfgc9f557bIpvCidr and IpvInet: add methods to get reference to stored (first / host) ...Updates
flate2from 1.1.5 to 1.1.8Release notes
Sourced from flate2's releases.
Commits
8b66c27Merge pull request #525 from Byron/test-zlib-API5e752c9Address PR review3196dd0refactor internal feature toggles to better represent the status quo106cbccBump patch level in preparation for releaseaf7a0b3Add capabilties test for functions reserved to zlib-implementations.22c77eeDescribeunreachable!("...")branch inDeflate::set_level()ofzlib-rsb9e2979Remove C-binding specific restriction from CI forzlib-rstest.71eb5c5Merge pull request #524 from Byron/complete-zlib-rsfec67ebzlib-rs: supportset_dictionaryandset_levelecfdc2dupdate zlib-rs to 0.5.5Updates
pestfrom 2.8.4 to 2.8.5Release notes
Sourced from pest's releases.
Commits
3a1450dbump version to 2.8.5 (#1144)3a23ebeFix clippy::result_large_err (#1143)Updates
pest_derivefrom 2.8.4 to 2.8.5Release notes
Sourced from pest_derive's releases.
Commits
3a1450dbump version to 2.8.5 (#1144)3a23ebeFix clippy::result_large_err (#1143)Updates
pslfrom 2.1.168 to 2.1.179Commits
a25e112bump versiona03818fupdate the list4ae1f4fbump version7ef4c2aupdate the listfa13465bump versiond97729eupdate the list4b39fbbbump version0ab5874update the list289d988bump versione9c0a6dupdate the listUpdates
serde_jsonfrom 1.0.145 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formatting8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146Updates
tracingfrom 0.1.43 to 0.1.44Release notes
Sourced from tracing's releases.
Commits
2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)cc44064chore: prepare tracing-subscriber 0.3.22 (#3428)Updates
urlfrom 2.5.7 to 2.5.8Commits
d6ea13cBump to 2.5.88269ac3ci: update cargo-deny config, bump cargo-deny-action to v2 (#1092)6dfdf17chore: fix some typos in comments (#1090)b06048dAttempt to fix 1.82 CI (#1085)9771ab5Fix roundtripping issue (#1079)22b925fImprove Compile Times withserde_derive(#1075)0afccc9fix outdated docs for ParseError (#1074)Updates
clapfrom 4.5.53 to 4.5.54Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
194c676chore: Release44838f6docs: Update changelog0f59d55Merge pull request #6027 from Alpha1337k/mastere2aa2f0Feat: Add catch-all on external subcommands for zshb9c0aeeFeat: Add external subcommands test to suiteUpdates
async-lockfrom 3.4.1 to 3.4.2Release notes
Sourced from async-lock's releases.
Changelog
Sourced from async-lock's changelog.
Commits
7ad5313v3.4.2759c1a5Update flume requirement from 0.11.0 to 0.12.0 (#106)78bf471doc: Fix test by ignoring it on WASMed9752em: Use Waker::noop() instead of NOOP_WAKERa579f22m: Don't re-implement ready! and pin!c48c7afMerge pull request #102 from atouchet/rd33b1acfFix build badgeUpdates
bumpalofrom 3.19.0 to 3.19.1Changelog
Sourced from bumpalo's changelog.
Commits
8c2172aBump to version 3.19.1 (#300)520f34bFix compile failure withallocator_apifeature on recent nightly (#297)e1eff20Add inline attribute to String::from_str_in (#290)44a07b9Fix MSRV build (#292)Updates
ccfrom 1.2.49 to 1.2.52Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
d0562c9chore: release (#1651)c3ff4eaFix contradictory doc for CC compiler in crate doc (#1650)c1055d8Have CUDA compilaion check for sbsa-linux when targeting aarch64. (#1647)7abc2e6Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) (#1648)6b3e91bFix Build::env_tool to check for .exe on windows (#1646)e7784c8Fix tool existence check in find_tool method (#1645)d1a3017Fix SdkInfo::find_tool to check for executable extension (#1644)826c105chore: release (#1643)154ae3cRegenerate target info (#1642)3c8d24bUpdate Readmes (#1641)Updates
clap_builderfrom 4.5.53 to 4.5.54Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
4ecbf54chore: Releasef04062bdocs: Update changelogd68caa8Merge pull request #6205 from maheshbansod/default-val-no-desca062eaffix: Default vals on new line if possible values15509aftest: Demonstrate default value ui bug on no desce115243chore: Released4c34fadocs: Update changelogab4f438Merge pull request #6203 from jpgrayson/fix/zsh-space-after-dir-completions5571b83fix(complete): Trailing space after zsh directory completions06a2311chore: ReleaseUpdates
clap_lexfrom 0.7.6 to 0.7.7Changelog
Sourced from clap_lex's changelog.
... (truncated)
Commits
087eddachore: Releasef652f4ddocs: Update changelog8e75826Merge pull request #6221 from sffc/lex-lifetime81dea3bfix: Use longer lifetime in clap_lex ParsedArgeabbc6bMerge pull request #6217 from epage/man76a016arefactor(man): Allow possible values to output Roff9db8234refactor(man): Avoid to_string475cac9fix(man): Always show possible values as a lista99bd42chore: Release485d781docs: Update changelogUpdates
find-msvc-toolsfrom 0.1.5 to 0.1.7Release notes
Sourced from find-msvc-tools's releases.
Commits
d0562c9chore: release (#1651)c3ff4eaFix contradictory doc for CC compiler in crate doc (#1650)c1055d8Have CUDA compilaion check for sbsa-linux when targeting aarch64. (#1647)7abc2e6Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) (#1648)6b3e91bFix Build::env_tool to check for .exe on windows (#1646)e7784c8Fix tool existence check in find_tool method (#1645)d1a3017Fix SdkInfo::find_tool to check for executable extension (#1644)826c105chore: release (#1643)154ae3cRegenerate target info (#1642)3c8d24bUpdate Readmes (#1641)Updates
h2from 0.4.12 to 0.4.13Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
2aeb81fv0.4.135f40d38fix: do not assign capacity for pending streams (#860)803d8cdci: adjust pinned dependencies in msrv job (#873)e38678bfeat: implement HTTP/2 informational responses support (#865)0fe6457perf: Reduce huffman decode table size (#871)e793b24fix: auto-release padding from DATA frames (#869)7c9a874fix: Unparent connection span (#868)c342e3fci: pin indexmap and tracing for msrv job (#866)b9d5397test: window update stream errors count towards local max (#859)Updates
iri-stringfrom 0.7.9 to 0.7.10Changelog
Sourced from iri-string's changelog.
Commits
ff0799bchore(release): release v0.7.10bad03aaBump version to v0.7.100d9b5fetest(ci): make sure MSRV tests pass with the default lockfile8a286edchore(deps): bump indirect deps of the benchmarking cratee150f9fBumpregexto v1.5.59d0105dBumpcrossbeam-queueto v0.2.31fa1f3dBumpbumpaloto v3.11.16cd9670doc: update description about CI91213a1refactor(validate): unifyEmptySchemeerror kind toInvalidScheme96c39acfeat(validate): add public validators for more syntax componentsUpdates
itoafrom 1.0.15 to 1.0.17Release notes
Sourced from itoa's releases.
Commits
21d6109Release 1.0.1755c15a1Use performance chart from itoa-benchmarkcf33343Update ryu links to zmij2dff249Set repr(C) on DECIMAL_PAIRS4c18677Release 1.0.162e6134dExclude benchmark dependencies from being compiled by miri2c7311bMerge pull request #65 from dtolnay/upbb76a9cUpdate libcore implementation links83539d1Ignore cast_lossless pedantic clippy lint4394758Update benchmark chartUpdates
libcfrom 0.2.178 to 0.2.180Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.