deps(rust): bump the rust-dependencies group across 1 directory with 10 updates #18
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 rust-dependencies group with 10 updates in the / directory:
0.22.60.28.01.3.33.0.00.13.10.13.21.0.1001.0.1012.0.172.0.181.19.01.20.00.21.40.22.23.24.03.25.00.8.10.8.21.9.01.10.0Updates
pyo3from 0.22.6 to 0.28.0Release notes
Sourced from pyo3's releases.
... (truncated)
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
f0c1523release: 0.28.0 (#5762)278b54dci: fix nightly warning ofPyClassObjectContentsprivacy (#5767)f622301addPyUntypedBuffer(#5458)aeeaf68Implementauto_newattribute for#[pyclass](#5421)5578141clean up error messages for Send / Sync requirements on#[pyclass](#5750)18aa0c2docs: fix some sections in the migration guide (#5763)8848c76ci: run benchmarks on free-threaded build (#5760)d7c050cFix missing return types in PyModExport API wrappers (#5764)45f9f62macros: rename PythonTypeHint into PyExpr (#5756)ae44f85netlify: try marking canonical URLs for all files (#5761)Updates
bincodefrom 1.3.3 to 3.0.0Commits
Updates
reqwestfrom 0.13.1 to 0.13.2Changelog
Sourced from reqwest's changelog.
Commits
ad83b63v0.13.2c25f3dbchore: Add Windows and Linux arm64 to CI (#2960)761b89echore: upgrade wasm-streams to v0.5 (#2958)fd2d507fix(wasm): custom content-type overidden by json method for wasm (#2908)23eb7d4chore: update copyright year to 2026 (#2943)10c31c2fix(http3): specify h3 alpn for http3 connector (#2929)8530ec3docs: native-tls-alpn has changed to native-tls-no-alpn (#2940)04a216fchore(deps): remove unused webpki-roots and rustls-native-certs (#2932)406b59efix http2 feature is not enabled for native-tls ALPN (#2927)325a020Update readme for 0.13 (#2926)Updates
anyhowfrom 1.0.100 to 1.0.101Release notes
Sourced from anyhow's releases.
Commits
80bfe29Release 1.0.101dff8c43Merge pull request #437 from Ibitier/inline-ok-helper85d9ea9Add #[inline] to anyhow::Ok helper54036ccUpdate ui test suite to nightly-2026-01-21cce0579Update actions/upload-artifact@v5 -> v6f2c598cUpdate actions/upload-artifact@v4 -> v52c0bda4Update to 2021 edition0d82268Remove rustc version requirement from readme67df012Merge pull request #436 from dtolnay/upc898488Raise required compiler to Rust 1.68Updates
thiserrorfrom 2.0.17 to 2.0.18Release notes
Sourced from thiserror's releases.
Commits
dc0f6a2Release 2.0.180275292Touch up PR 4433c33bc6Merge pull request #443 from LucaCappelletti94/master995939cReproduce issue 44221653d1Made clippy lifetime allows conditional45e5388Update actions/upload-artifact@v5 -> v6386aac1Update actions/upload-artifact@v4 -> v5ec50561Update actions/checkout@v5 -> v6247eab5Update name of empty_enum clippy lint91b181fRaise required compiler to Rust 1.68Updates
uuidfrom 1.19.0 to 1.20.0Release notes
Sourced from uuid's releases.
Commits
c3346ddMerge pull request #857 from uuid-rs/cargo/v1.20.066eebc3prepare for 1.20.0 release3b66758Merge pull request #856 from uuid-rs/docs/bytes-le-orderinge2bdd44don't run UI tests in wasmb6dc7ecnote that ordering applies to fields in to/from_bytes_lea0281cdMerge pull request #855 from uuid-rs/feat/serde-fmtdb27b67Merge pull request #854 from mivort/non-nil-uuid-ordefb06f2implement Deserialize on adapter types50d44adDerive Ord and PartialOrd for NonNilUuidUpdates
tokenizersfrom 0.21.4 to 0.22.2Release notes
Sourced from tokenizers's releases.
... (truncated)
Commits
f383101fix max build?fb69151Python release fix (#1905)6573f2cadd lock1d9dbb8push the release95504c0add .lock and v0.22.28604740update stub for typing (#1896)a5e03baBump express in /tokenizers/examples/unstable_wasm/www (#1903)ebbc3c8bump PyO3 to 0.26 (#1901)b83d7c9DOCS: addadd_prefix_spacetoprocessors.ByteLevel(#1878)0607860Mark immutable pyclasses as frozen (#1861)Updates
tempfilefrom 3.24.0 to 3.25.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
criterionfrom 0.8.1 to 0.8.2Release notes
Sourced from criterion's releases.
Changelog
Sourced from criterion's changelog.
Commits
7f0d745chore: release v0.8.24a467cechore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0b277a75Fix panic with uniform iteration durations in benchmarks828af14fix: don't build alloca on unsupported targetsb01316bUpdate Readme4c02a3bExclude development scripts from published packageUpdates
proptestfrom 1.9.0 to 1.10.0Commits
4814e51Merge pull request #627 from proptest-rs/release-prep-1.108221c9aprep 1.10 (and other) release(s)28961bffix(macro): setConfig::test_nameto actual fn name (#619)8fb08ffUpdate trybuild requirement from =1.0.113 to =1.0.115 (#624)5b7a435Update convert_case requirement from 0.6 to 0.11 (#623)14d95fcMerge pull request #586 from regexident/range-subset-strategy229e723Merge pull request #622 from ssanderson/proptest-macro-fixes3663c38Merge pull request #621 from wgyt/wgyt-patch1fe04c9Fix import ofHashMap9c644dbSupport returning TestCaseResult from #[property_test] tests.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 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