chore(deps): bump the all-dependencies group across 1 directory with 31 updates - #4934
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the all-dependencies group across 1 directory with 31 updates#4934dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…31 updates Bumps the all-dependencies group with 31 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tempfile](https://github.com/Stebalien/tempfile) | `3.17.1` | `3.20.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.87` | `0.1.88` | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.0` | `2.9.1` | | [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.0` | `1.0.1` | | [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.0` | | [ctrlc](https://github.com/Detegr/rust-ctrlc) | `3.4.5` | `3.4.6` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.2` | `0.1.3` | | [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.15` | `0.4.16` | | [libc](https://github.com/rust-lang/libc) | `0.2.170` | `0.2.174` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.5` | | [num_cpus](https://github.com/seanmonstar/num_cpus) | `1.16.0` | `1.17.0` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [proptest](https://github.com/proptest-rs/proptest) | `1.6.0` | `1.7.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.39` | `1.0.40` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` | | [rhai](https://github.com/rhaiscript/rhai) | `1.21.0` | `1.22.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [slab](https://github.com/tokio-rs/slab) | `0.4.9` | `0.4.10` | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.6` | | [syn](https://github.com/dtolnay/syn) | `2.0.99` | `2.0.104` | | [time](https://github.com/time-rs/time) | `0.3.39` | `0.3.41` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.47.1` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.2` | `0.6.6` | | [strum](https://github.com/Peternator7/strum) | `0.27.1` | `0.27.2` | | [phf](https://github.com/rust-phf/rust-phf) | `0.8.0` | `0.12.1` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.8` | `0.6.0` | Updates `tempfile` from 3.17.1 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.17.1...v3.20.0) Updates `anyhow` from 1.0.97 to 1.0.98 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.98) Updates `async-trait` from 0.1.87 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.87...0.1.88) Updates `backtrace` from 0.3.74 to 0.3.75 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](rust-lang/backtrace-rs@0.3.74...0.3.75) Updates `bitflags` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.0...2.9.1) Updates `cfg-if` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@1.0.0...v1.0.1) Updates `console` from 0.15.11 to 0.16.0 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.15.11...0.16.0) Updates `ctrlc` from 3.4.5 to 3.4.6 - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](Detegr/rust-ctrlc@3.4.5...3.4.6) Updates `http-body-util` from 0.1.2 to 0.1.3 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.2...http-body-util-v0.1.3) Updates `is-terminal` from 0.4.15 to 0.4.16 - [Commits](sunfishcode/is-terminal@v0.4.15...v0.4.16) Updates `libc` from 0.2.170 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.170...0.2.174) Updates `log` from 0.4.26 to 0.4.27 - [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.26...0.4.27) Updates `memchr` from 2.7.4 to 2.7.5 - [Commits](BurntSushi/memchr@2.7.4...2.7.5) Updates `num_cpus` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](seanmonstar/num_cpus@v1.16.0...v1.17.0) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `proptest` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `quote` from 1.0.39 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.39...1.0.40) Updates `reqwest` from 0.12.12 to 0.12.15 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15) Updates `rhai` from 1.21.0 to 1.22.2 - [Release notes](https://github.com/rhaiscript/rhai/releases) - [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhaiscript/rhai/commits) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `slab` from 0.4.9 to 0.4.10 - [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.9...v0.4.10) Updates `sqlx` from 0.8.3 to 0.8.6 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](transact-rs/sqlx@v0.8.3...v0.8.6) Updates `syn` from 2.0.99 to 2.0.104 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.99...2.0.104) Updates `time` from 0.3.39 to 0.3.41 - [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.39...v0.3.41) Updates `tokio` from 1.44.2 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.47.1) Updates `tokio-util` from 0.7.15 to 0.7.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.16) Updates `tower-http` from 0.6.2 to 0.6.6 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.6) Updates `strum` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.1...v0.27.2) Updates `phf` from 0.8.0 to 0.12.1 - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@v0.8.0...v0.12.1) Updates `socket2` from 0.5.8 to 0.6.0 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: async-trait dependency-version: 0.1.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: backtrace dependency-version: 0.3.75 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: bitflags dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: cfg-if dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: console dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ctrlc dependency-version: 3.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: http-body-util dependency-version: 0.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: is-terminal dependency-version: 0.4.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: libc dependency-version: 0.2.174 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: log dependency-version: 0.4.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: memchr dependency-version: 2.7.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: num_cpus dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: proptest dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: quote dependency-version: 1.0.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: reqwest dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rhai dependency-version: 1.22.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: slab dependency-version: 0.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sqlx dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: syn dependency-version: 2.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: time dependency-version: 0.3.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: phf dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: socket2 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
zhangsoledad
and removed request for
a team
August 5, 2025 22:01
eval-exec
approved these changes
Aug 7, 2025
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/cargo/all-dependencies-84a4efeb5e
branch
August 12, 2025 21:40
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
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 all-dependencies group with 31 updates in the / directory:
3.17.13.20.01.0.971.0.980.1.870.1.880.3.740.3.752.9.02.9.11.0.01.0.10.15.110.16.03.4.53.4.60.1.20.1.30.4.150.4.160.2.1700.2.1740.4.260.4.272.7.42.7.51.16.01.17.01.0.941.0.951.6.01.7.01.0.391.0.400.12.120.12.151.21.01.22.21.0.2181.0.2191.0.1401.0.1420.4.90.4.100.8.30.8.62.0.992.0.1040.3.390.3.411.44.21.47.10.7.150.7.160.6.20.6.60.27.10.27.20.8.00.12.10.5.80.6.0Updates
tempfilefrom 3.17.1 to 3.20.0Changelog
Sourced from tempfile's changelog.
Commits
99ffea6chore: release v3.20.0 (#358)bd2b267feat: make it possible to disable cleanup in-place after creation (#355)3b30099ci: really check docs for warnings (#357)f701f52ci: check docs (#356)d34afe9doc: improve SpooledData documentation6deb42edoc: make it easier to pick the correct tempfile constructor/typee284782feat: allow creating spooled temporary files in a specific directory (#353)07edc31feat: implementSpooledTempFile::into_file(#352)b122355fix: add must_use attribute to TempDir::keep (#351)cbd1e97feat: renameTempDir::into_pathtoTempDir::keep(#349)Updates
anyhowfrom 1.0.97 to 1.0.98Release notes
Sourced from anyhow's releases.
Commits
709fe86Release 1.0.98cbc1ad2Merge pull request #415 from dtolnay/intodyne1a2017Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>29f2eddMerge pull request #416 from dtolnay/oldnostd2244db8Omit unused object_boxed from vtable in old no-std rustc213a9c2Merge pull request #414 from dtolnay/nightly02aa6b6Make all nightly go through the module that was probedUpdates
async-traitfrom 0.1.87 to 0.1.88Release notes
Sourced from async-trait's releases.
Commits
b3a5919Release 0.1.88a306be8Merge pull request #289 from dtolnay/cfgd305984Fix lifetime bounding on generic parameters that have cfg78506f1Add regression test for issue 288a11384eAdd issue 283 link in testUpdates
backtracefrom 0.3.74 to 0.3.75Release notes
Sourced from backtrace's releases.
Commits
f8cc6acMerge pull request #680 from ChrisDenton/0.3.75612c018Cut backtrace 0.3.75d7c5a45Merge pull request #689 from workingjubilee/formalize-lruc88b038Revert "mem::swap, not mem::replace, in LRU backshifts"b7fbd04mem::swap, not mem::replace, in LRU backshifts3afccb1raise backtrace MSRV to allowinline_const63b7d26Use a custom container for Cache's cache154a0eaUpdate libloading dep, runcargo updaterust-lang/backtrace-rs#6504d7906brust-lang/backtrace-rs#682a9c4658Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...Updates
bitflagsfrom 2.9.0 to 2.9.1Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
51927b3Merge pull request #445 from KodrAus/cargo/v2.9.11c35c8aprepare for 2.9.1 release3d5d100Merge pull request #444 from KodrAus/docs/cargo-features994608dupdate compile errorsdffa2e3document Cargo featuresUpdates
cfg-iffrom 1.0.0 to 1.0.1Release notes
Sourced from cfg-if's releases.
Changelog
Sourced from cfg-if's changelog.
Commits
dbfd663chore: release v1.0.11cc10c7Removecompiler-builtinsfromrustc-dep-of-stddependencies0314c2bci: Fix the release job branchee3062fRemove redundant configuration from Cargo.toml3e3936ecleanup: Remove trailing whitespace0f01effci: Add a release job4edf327Merge pull request #83 from rust-lang/dependabot/github_actions/actions/check...d16050aBump actions/checkout from 4.2.1 to 4.2.2b01c675Merge pull request #82 from rust-lang/dependabot/github_actions/actions/check...fdd1c00Bump actions/checkout from 4.2.0 to 4.2.1Updates
consolefrom 0.15.11 to 0.16.0Release notes
Sourced from console's releases.
Commits
bda6a6eAdd FUNDING metadata87ace80Remove authors from Cargo metadata (per RFC 3052)6e30bfdBump version to 0.16.0da63dcdApply fixes from clippy 1.88863e217Bump version to 0.15.12 (#262)06df64cUpdate license URL03025e0Fix CI badgea9492dfFix clippy issues18760c9Add features to work with no_std, and with alloc in no_stdf628475Update windows-sys requirement from 0.59 to 0.60Updates
ctrlcfrom 3.4.5 to 3.4.6Release notes
Sourced from ctrlc's releases.
Commits
b9cf4cfVersion 3.4.64241b40Add support for tvOS, visionOS and watchOSUpdates
http-body-utilfrom 0.1.2 to 0.1.3Release notes
Sourced from http-body-util's releases.
Commits
ad4a9c9http-body-util: v0.1.3c86632efeat(util): introduceSender::{capacity, max_capacity}(#147)f904761update copyright year (#148)5d21ad1feat(util): introducechannel::Sender::try_send()(#146)1090bffdocs: notes on poll_frame return values (#144)261b2dfdocs: is_end_stream is a hint (#143)86fdf00util: add a channel body (#140)7339aecchore(http-body): update msrv to 1.61 (#141)98d0886feat(util): allow Empty constructor in const context (#129)fed1452chore(util): update msrv to 1.61Updates
is-terminalfrom 0.4.15 to 0.4.16Commits
4a18365chore: Release is-terminal version 0.4.16ee36d99Update to dev-dependencies rustix 1.0, and hermit-abi 0.5.Updates
libcfrom 0.2.170 to 0.2.174Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ea6f07fMerge pull request #4500 from tgross35/releasece31fdachore: release libc 0.2.174296b580Merge pull request #4499 from tgross35/backport-hungarian-wax264a539Add missing timespec.tv_nsec for gnux327d92568fix: use nlink_t type for st_nlink in struct stat definition for NuttX790180bRemove unessecary semicolons from definitions ofCMSG_NXTHDR.1e99d50make pidfd_info fields pubc08c507openbsd: Fix some clippy warnings to usepointer::cast.5134058Allow newunpredictable_function_pointer_comparisonslints9288ec0Merge pull request #4486 from tgross35/fix-no-publishUpdates
logfrom 0.4.26 to 0.4.27Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
35161d0Merge pull request #674 from rust-lang/cargo/0.4.27cc131efprepare for 0.4.27 releaseea6f54dMerge pull request #673 from rust-lang/feat/logger-by-refd229c73fix unclosed code block02486e4fill in more tests for logger argument71e034fexpand logger testsdfa067efix up kv passing39d4c3arun fmt7aacc8fpass global logger by value, supplied logger by refa438c6eMerge pull request #664 from tisonkun/logger-fieldUpdates
memchrfrom 2.7.4 to 2.7.5Commits
39621182.7.5599d9d9cargo: removecompiler-builtinsfromrustc-dep-of-stddependenciesceef3c9ci: fix wasm32 environment variablescf4057fci: try bumping wasmtime version89b3d9aci: fix wasm32 actions (wasm32-wasi was renamed to wasm32-wasip1)12d358dbenchmarks: update to stringzilla 3.12.38c1e043benchmarks: update memchr dependencies9898622benchmarks: fix wasm32-wasi target7461821lint: add docs to item because ofdeny(missing_docs)a7dbafedoc: fix typographical errorsUpdates
num_cpusfrom 1.16.0 to 1.17.0Changelog
Sourced from num_cpus's changelog.
Commits
342af76v1.17.0e970a82Bump hermit-abi version (#144)797f827Update LICENSE-MIT (#143)b6ca8a4ci: worker cpus has been increasedf06cd50ci: remove asmjs job41e39ddci: mips is not tier 3, remove CI jobs13af26cremove special support for nacl815551cci: pin libc for msrv jobUpdates
proc-macro2from 1.0.94 to 1.0.95Release notes
Sourced from proc-macro2's releases.
Commits
24bbf16Release 1.0.95835c5bdMerge pull request #497 from dtolnay/nosourcefile7bc363cUpdate semver-exempt API to nightly-2025-04-16b867aa7Merge pull request #496 from PaulGrandperrin/masterc605e8eRevert "Merge pull request #495 from dtolnay/fuzzlld"1993cd3Merge pull request #495 from dtolnay/fuzzlldcfdb567Link to honggfuzz-rs issueb09a5b0Work around cargo-hfuzz nostart-stop-gc gold link failureUpdates
proptestfrom 1.6.0 to 1.7.0Commits
Updates
quotefrom 1.0.39 to 1.0.40Release notes
Sourced from quote's releases.
Commits
ab1e92cRelease 1.0.403ff6882Merge pull request 293 from aatifsyed/master7a143c7fix: set span on tick5998437refactor: push_lifetime* goes through an array instead of a manual iteratorUpdates
reqwestfrom 0.12.12 to 0.12.15Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
54376c3v0.12.15e4bb3e6upgrade h3-quinn (#2605)96a4feaMerge tag 'v0.12.14'5fd3d5bRe-enable NO_PROXY envs on Windows (#2601)e9215fd...Description has been truncated