Bump the cargo group across 1 directory with 10 updates #10837
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 9 updates in the / directory:
1.0.41.1.01.0.1421.0.1450.36.10.37.20.61.30.62.20.4.270.4.280.12.220.12.240.29.00.29.22.0.122.0.170.17.00.18.0Updates
miofrom 1.0.4 to 1.1.0Changelog
Sourced from mio's changelog.
Commits
3a1b471Update to v1.1.0 (#1909)3b22875Disable CI for arm64_32-apple-watchos (#1910)8c0b1ffMakeEventthread safe for platforms using kqueue (#1906)51f41f0chore: fix comment for examples/udp_server.rs (#1911)50ca128fix: improve state transitions of Windows named pipes (#1903)d7873b2Don't run doc tests with sanitizer (#1908)8d330c2Disable CI check for armv7-sony-vita-newlibeabihf (#1907)3c7ed97Updatewindows-sysand dev-dependencies (#1901)c9831c7chore: remove redundant word in comment (#1899)8f7b87cUse same backlog argument as std in listen calls (#1896)Updates
serde_jsonfrom 1.0.142 to 1.0.145Release notes
Sourced from serde_json's releases.
Commits
efa66e3Release 1.0.14523679e2Add serde version constraintfc27bafRelease 1.0.144caef3c6Ignore uninlined_format_args pedantic clippy lint81ba3aaMerge pull request #1285 from dtolnay/serdecored21e8ceSwitch serde dependency to serde_core6beb6cdMerge pull request #1286 from dtolnay/up1dbc803Raise required compiler to Rust 1.610bf5d87Enforce trybuild >= 1.0.108d12e943Update actions/checkout@v4 -> v5Updates
sysinfofrom 0.36.1 to 0.37.2Changelog
Sourced from sysinfo's changelog.
Commits
067dd61Merge pull request #1589 from GuillaumeGomez/update3ac7887Update version to0.37.23269940Update CHANGELOG for0.37.280bcfb2Merge pull request #1588 from GuillaumeGomez/doc1c19785Improve documentation ofSystem::refresh_cpu_specifics90f9005Merge pull request #1586 from GuillaumeGomez/linux-exe-linkcd837f7Linux: Correctly handle removed exe link pathsb5a341dMerge pull request #1583 from GuillaumeGomez/uptime-androidb23eb6aCorrectly getuptimeinformation on Androidcb15018Merge pull request #1581 from GuillaumeGomez/improve-docsUpdates
windowsfrom 0.61.3 to 0.62.2Commits
Updates
logfrom 0.4.27 to 0.4.28Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
6e17355Merge pull request #695 from rust-lang/cargo/0.4.2857719dbfocus on user-facing source changes in the changeloge0630c6prepare for 0.4.28 release60829b1Merge pull request #692 from nebkor/up-and-down95d44f8change names of log-level-changing methods to be more descriptive2b63dfaAddup()anddown()methods forLevelandLevelFilter3aa1359Merge pull request #690 from HaoliangXu/master1091f2cChore:delete compare_exchange method for AtomicUsize on platforms24c5f44Merge pull request #688 from ZylosLumen/patch-14498495Unhide#[derive(Debug)]in exampleUpdates
reqwestfrom 0.12.22 to 0.12.24Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
b126ca4v0.12.244023493refactor: change fast_random from xorshift to siphash a counterfd61bc9refactor(cookie): avoid duplicate cookie insertion (#2834)0bfa526test(multipart): fix build failure withno-default-features(#2801)994b8a0docs: typo in retry max_retries_per_request (#2824)da0702brefactor(cookie): de-duplicate cookie support asCookieServicemiddleware (...7ebddeachore: align internal name usage of TotalTimeout (#2657)b540a4echore(readme): use correct CI status badgee4550c4docs: fix method name in changelog entry (#2807)f4694a2perf(util): avoid extra copy when base64 encoding (#2805)Updates
serdefrom 1.0.219 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleUpdates
cbindgenfrom 0.29.0 to 0.29.2Changelog
Sourced from cbindgen's changelog.
Commits
76f41c0Explicitly request serde's std features to avoid issues with newer toml versi...eef1776Account for master -> main rename.8c39b09Update changelog and bump version.5a3a332enum: Track dependencies properly in enumerations.d699f39Allow must_use if a reason is specified307d1e9constant: Handle cfg in associated constants.156d3f3tests: Add a test for bitflags + disjoint cfg.0902d02Remove "display" feature from the toml cratebb13187DOC: Add metatensor9068410Fix #1085 - Incorrect detection of duplicated constantsUpdates
thiserrorfrom 2.0.12 to 2.0.17Release notes
Sourced from thiserror's releases.
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build scriptUpdates
x509-parserfrom 0.17.0 to 0.18.0Changelog
Sourced from x509-parser's changelog.
Commits
1524f7dPrepare release 0.18.0ba89c10Improve documentation for theas_rawmethods9d2b06dAddAsRef\<[u8]>implementations (based onas_raw())f94893cAddas_rawmethod to X509CertificationRequest to expose raw bytes950e457Addas_rawmethod to CertificateRevocationList to expose raw bytesc657752Addas_rawmethod to Certificate to expose raw bytes (closes #217)b335e9cRuncargo updatee57a1b8Add documentation for featuresverifyandverify-aws0b87559CI: addverify-awsfeature test in test matrix8c54b1aAdd new featureverify-awsto usedaws-lc-rsas crypto provider instead o...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions