forked from GitoxideLabs/gitoxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the cargo group across 1 directory with 37 updates #155
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/cargo-4b386fb7c1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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 cargo group with 31 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.54` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.62` | `4.5.65` | | [tracing-forest](https://github.com/QnnOkabayashi/tracing-forest) | `0.1.6` | `0.2.0` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` | | [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.180` | | [serial_test](https://github.com/palfrey/serial_test) | `3.2.0` | `3.3.1` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.16` | `0.2.17` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.17` | `0.2.18` | | [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.114` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.43` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.104` | `1.0.105` | | [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.51` | `1.2.52` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.6` | `0.7.7` | | [curl-sys](https://github.com/alexcrichton/curl-rust) | `0.4.84+curl-8.17.0` | `0.4.85+curl-8.18.0` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.9.0` | `2.10.0` | | [h2](https://github.com/hyperium/h2) | `0.4.12` | `0.4.13` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` | | [iri-string](https://github.com/lo48576/iri-string) | `0.7.9` | `0.7.10` | | [mio](https://github.com/tokio-rs/mio) | `1.1.0` | `1.1.1` | | [rand_core](https://github.com/rust-random/rand_core) | `0.9.3` | `0.9.5` | | [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` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.45` | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.49.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.17` | `0.7.18` | | [toml](https://github.com/toml-rs/toml) | `0.9.10+spec-1.1.0` | `0.9.11+spec-1.1.0` | | [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` | | [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.31` | `0.8.33` | | [zmij](https://github.com/dtolnay/zmij) | `1.0.10` | `1.0.14` | 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 `clap_complete` from 4.5.62 to 4.5.65 - [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.62...clap_complete-v4.5.65) Updates `tracing-forest` from 0.1.6 to 0.2.0 - [Commits](https://github.com/QnnOkabayashi/tracing-forest/commits) 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 `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 `serial_test` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.2.0...v3.3.1) Updates `getrandom` from 0.2.16 to 0.2.17 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.16...v0.2.17) Updates `jiff` from 0.2.17 to 0.2.18 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.17...jiff-static-0.2.18) Updates `syn` from 2.0.111 to 2.0.114 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.111...2.0.114) 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 `proc-macro2` from 1.0.104 to 1.0.105 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.104...1.0.105) Updates `serde_json` from 1.0.148 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.148...v1.0.149) Updates `cc` from 1.2.51 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.51...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 `curl-sys` from 0.4.84+curl-8.17.0 to 0.4.85+curl-8.18.0 - [Release notes](https://github.com/alexcrichton/curl-rust/releases) - [Commits](alexcrichton/curl-rust@curl-sys-0.4.84...curl-sys-0.4.85) Updates `data-encoding` from 2.9.0 to 2.10.0 - [Commits](ia0/data-encoding@v2.9.0...v2.10.0) Updates `find-msvc-tools` from 0.1.6 to 0.1.8 - [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.6...find-msvc-tools-v0.1.8) 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 `indexmap` from 2.12.1 to 2.13.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.1...2.13.0) 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 `jiff-static` from 0.2.17 to 0.2.18 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.17...jiff-static-0.2.18) Updates `mio` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.1.0...v1.1.1) Updates `rand_core` from 0.9.3 to 0.9.5 - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/commits) 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 `serial_test_derive` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.2.0...v3.3.1) 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` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) 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 `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11) 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 `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 `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 `zmij` from 1.0.10 to 1.0.14 - [Release notes](https://github.com/dtolnay/zmij/releases) - [Commits](dtolnay/zmij@1.0.10...1.0.14) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tracing-forest dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: libc dependency-version: 0.2.180 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serial_test dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: getrandom dependency-version: 0.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: jiff dependency-version: 0.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: syn dependency-version: 2.0.114 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: quote dependency-version: 1.0.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: proc-macro2 dependency-version: 1.0.105 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cc dependency-version: 1.2.52 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_builder dependency-version: 4.5.54 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_lex dependency-version: 0.7.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: curl-sys dependency-version: 0.4.85+curl-8.18.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: data-encoding dependency-version: 2.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: find-msvc-tools dependency-version: 0.1.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: h2 dependency-version: 0.4.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: iri-string dependency-version: 0.7.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: jiff-static dependency-version: 0.2.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: mio dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rand_core dependency-version: 0.9.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rustls dependency-version: 0.23.36 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rustls-native-certs dependency-version: 0.8.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serial_test_derive dependency-version: 3.3.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: time dependency-version: 0.3.45 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: time-core dependency-version: 0.1.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.49.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tower dependency-version: 0.5.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: url dependency-version: 2.5.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zerocopy dependency-version: 0.8.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zerocopy-derive dependency-version: 0.8.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zmij dependency-version: 1.0.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
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 cargo group with 31 updates in the / directory:
4.5.534.5.544.5.624.5.650.1.60.2.00.1.430.1.440.2.1780.2.1803.2.03.3.10.2.160.2.170.2.170.2.182.0.1112.0.1141.0.421.0.431.0.1041.0.1051.0.1481.0.1491.2.511.2.520.7.60.7.70.4.84+curl-8.17.00.4.85+curl-8.18.02.9.02.10.00.4.120.4.132.12.12.13.00.7.90.7.101.1.01.1.10.9.30.9.50.23.350.23.360.8.20.8.30.3.440.3.451.48.01.49.00.7.170.7.180.9.10+spec-1.1.00.9.11+spec-1.1.00.5.20.5.32.5.72.5.80.8.310.8.331.0.101.0.14Updates
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
clap_completefrom 4.5.62 to 4.5.65Commits
a99bd42chore: Release485d781docs: Update changelog0acc8c8Merge pull request #6209 from saiarcot895/fix-optional-value-option-zsh6c2cff6fix: Allow optional value arguments for Zsh shell completion58723e5test: Generate completions with multi/optional value options4ecbf54chore: 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 descUpdates
tracing-forestfrom 0.1.6 to 0.2.0Commits
Updates
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
libcfrom 0.2.178 to 0.2.180Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
4b38c69chore: release libc 0.2.180300e643qnx: add missing BPF and ifreq structures12fd831ci: Add rtems to basic tier 3 checksb062844Only test addresses of cmsghdrs that are multiples of the size of cmsghdr.676a4f8linux: Movemembarrier.hconstants tosrc/new0803faelinux: Restructurenetlinktosrc/new72f4c1auclibc: Re-enable__SIZEOF_PTHREAD_COND_Ton non-L4Re uclibc757e55anetbsd/riscv64.rs: make changes so that this builds again.042f118musl: Fix incorrect definitions of struct stat on some architectures03755c4linux, emscripten, android, l4re: handle zero-sized payload differences in CM...Updates
serial_testfrom 3.2.0 to 3.3.1Release notes
Sourced from serial_test's releases.
Commits
0771eb03.3.1ace6ebfMerge pull request #148 from palfrey/docsrs-testing349375dImprove feature flag docsf9deb97Remove doc_auto_cfgd5a4c09Reset cargo.lock89253b1Test docs-rs will work5e84cd43.3.0abfc053Merge pull request #147 from palfrey/non-absolute-file-checking38d6b05Refactor feature name for serial_test_test2620c79test-all-features needs more escapingUpdates
getrandomfrom 0.2.16 to 0.2.17Changelog
Sourced from getrandom's changelog.
Commits
b625985Release 0.2.17 (#774)e7200adwindows: fixBCryptGenRandomsignature (#778)3ae6e75Backport #768 (doc_cfg)Updates
jifffrom 0.2.17 to 0.2.18Changelog
Sourced from jiff's changelog.
Commits
6508ba10.2.18b3b0dfcchangelog: 0.2.18dbff146tz: fix bug where time zone lookup forcivil::DateTime::MINcould panic10a5f61doc: update benchmarks againstchronoandtimed8e765bfmt: useimpl Into\<u64>for some routines onBorrowedBuffer79de86afmt: improve SAFETY comments52ad94efmt: useMaybeUninit::writein lieu ofMaybeUninit::new1cc43ffdoc: fix typo inSPAN_CIVIL_SECONDScomment6b72803impl: avoid superfluous clone ofRelativeZoned5eab8f0changelog: add strftime improvementUpdates
synfrom 2.0.111 to 2.0.114Release notes
Sourced from syn's releases.
Commits
211e0dfRelease 2.0.11418cd645Touch up PR 19568c9f7e1Merge pull request #1956 from tamird/no-std-prepf8a7a33Disable std prelude888a207Delete html_root_url comment8cfa32aRelease 2.0.113d5e19ffDo PR 1953 also for LifetimeParam3fe4dc6Merge pull request #1953 from wyfo/fix/type-param-colon-no-bounds31508f3Fix TypeParam expecting identifier after colon1534d3aUpdate reqwest dev-dependency to 0.13Updates
quotefrom 1.0.42 to 1.0.43Release notes
Sourced from quote's releases.
Commits
635ee67Release 1.0.435f605a6Reorder module-level attributes in crate root9c63ceeDelete html_root_url comment009af09Disallow direct use of quote v1 as a no-std crate546c7c2Merge pull request 320 from tamird/no-stdfc59136Merge pull request #319 from tamird/fix-testsb3faa37Make the crate no_std8e70480Merge pull request #318 from tamird/more-core3b9996btests: fix compilation with--no-default-features4d1e4feChange std imports to core/allocUpdates
proc-macro2from 1.0.104 to 1.0.105Release notes
Sourced from proc-macro2's releases.
Commits
8c4135fRelease 1.0.1052825fb1Make same crates available during probe as in crate rootcc5819cMerge pull request #528 from dtolnay/nostde78151eDisable std prelude2fbddd4Delete html_root_url commentaa54fc3Patch rustc-literal-escaper std dependencies876f800CStr is available in core since Rust 1.64Updates
serde_jsonfrom 1.0.148 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 formattingUpdates
ccfrom 1.2.51 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)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
curl-sysfrom 0.4.84+curl-8.17.0 to 0.4.85+curl-8.18.0Commits
b5ca60dUpdate curl to 8.18.0 (#637)Updates
data-encodingfrom 2.9.0 to 2.10.0Commits
73e45beRelease 2.10.0 (#151)712870cUse doc_cfg instead of doc_auto_cfg (#150)0787f0aOnly compute coverage of the library (#148)e66304cUpdate cmp test with new base64 error (#147)d435ea2Document maximum input length (#146)97b9ba2Fix lint in xtask (#144)f351bafFix new nightly clippy warnings (#143)b7fb730Only run the test-suite with Miri (#142)e59adf6Fix doc and readme formatting in v3 (#141)fc3dcafEnable semver check for v3 (#140)Updates
find-msvc-toolsfrom 0.1.6 to 0.1.8Release notes
Sourced from find-msvc-tools's releases.
Commits
5be292bchore: release (#1658)66ceffeAdd missing RISC-V targets (#1657)8124fc5Regenerate windows sys bindings (#1653)06b516aUpdate windows-bindgen requirement from 0.65 to 0.66 (#1652)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)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
indexmapfrom 2.12.1 to 2.13.0Changelog
Sourced from indexmap's changelog.
Commits
a4aba99Merge pull request #431 from cuviper/release-2.13.0e345f3aRelease 2.13.0e6b677bMerge pull request #430 from cuviper/split_at_checked61c9d53AddSlice::split_at_checkedandsplit_at_mut_checked8b8d350Merge pull request #426 from cuviper/clone-intokv88efd0cimpl Clone for IntoKeysandIntoValues3b6d04bMerge pull request #425 from cuviper/inner-coreeb30eb1Move crate::map::core to crate::innerUpdates
iri-stringfrom 0.7.9 to 0.7.10Changelog
Sourced from