-
Notifications
You must be signed in to change notification settings - Fork 1
Bump the rust-dependencies group with 23 updates #1
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
Conversation
ReviewersThe following teams could not be added as reviewers: Please fix the above issues or remove invalid values from |
The |
Bumps the rust-dependencies group with 23 updates: | Package | From | To | | --- | --- | --- | | [base64](https://github.com/marshallpierce/rust-base64) | `0.13.1` | `0.22.1` | | [bitflags](https://github.com/bitflags/bitflags) | `1.3.2` | `2.9.0` | | [bson](https://github.com/mongodb/bson-rust) | ``fdbf863`` | ``fc10678`` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.12` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.11` | `1.0.0` | | [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.11.0` | `0.12.2` | | [ahash](https://github.com/tkaitchuck/ahash) | `0.8.11` | `0.8.12` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.21` | `1.2.22` | | [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.2.0` | `1.2.1` | | [litemap](https://github.com/unicode-org/icu4x) | `0.7.5` | `0.8.0` | | [quinn](https://github.com/quinn-rs/quinn) | `0.11.7` | `0.11.8` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.11` | `0.11.12` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.11.0` | `1.12.0` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.2` | `0.103.3` | | [tinystr](https://github.com/unicode-org/icu4x) | `0.7.6` | `0.8.1` | | [writeable](https://github.com/unicode-org/icu4x) | `0.5.5` | `0.6.1` | | [yoke](https://github.com/unicode-org/icu4x) | `0.7.5` | `0.8.0` | | [yoke-derive](https://github.com/unicode-org/icu4x) | `0.7.5` | `0.8.0` | | [zerocopy](https://github.com/google/zerocopy) | `0.7.35` | `0.8.25` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.7.35` | `0.8.25` | | [zerovec](https://github.com/unicode-org/icu4x) | `0.10.4` | `0.11.2` | | [zerovec-derive](https://github.com/unicode-org/icu4x) | `0.10.3` | `0.11.1` | Updates `base64` from 0.13.1 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.13.1...v0.22.1) Updates `bitflags` from 1.3.2 to 2.9.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@1.3.2...2.9.0) Updates `bson` from `fdbf863` to `fc10678` - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](mongodb/bson-rust@fdbf863...fc10678) Updates `rand` from 0.8.5 to 0.9.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.1) Updates `thiserror` from 1.0.69 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) Updates `webpki-roots` from 0.26.11 to 1.0.0 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.11...v/1.0.0) Updates `pbkdf2` from 0.11.0 to 0.12.2 - [Commits](RustCrypto/password-hashes@pbkdf2-v0.11.0...pbkdf2-v0.12.2) Updates `ahash` from 0.8.11 to 0.8.12 - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) Updates `cc` from 1.2.21 to 1.2.22 - [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.21...cc-v1.2.22) Updates `idna_adapter` from 1.2.0 to 1.2.1 - [Commits](hsivonen/idna_adapter@v1.2.0...v1.2.1) Updates `litemap` from 0.7.5 to 0.8.0 - [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/commits) Updates `quinn` from 0.11.7 to 0.11.8 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-0.11.7...quinn-0.11.8) Updates `quinn-proto` from 0.11.11 to 0.11.12 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.11...quinn-proto-0.11.12) Updates `rustls-pki-types` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.11.0...v/1.12.0) Updates `rustls-webpki` from 0.103.2 to 0.103.3 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.2...v/0.103.3) Updates `tinystr` from 0.7.6 to 0.8.1 - [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/commits) Updates `writeable` from 0.5.5 to 0.6.1 - [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/commits) Updates `yoke` from 0.7.5 to 0.8.0 - [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/commits) Updates `yoke-derive` from 0.7.5 to 0.8.0 - [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/commits) Updates `zerocopy` from 0.7.35 to 0.8.25 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.35...v0.8.25) Updates `zerocopy-derive` from 0.7.35 to 0.8.25 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.35...v0.8.25) Updates `zerovec` from 0.10.4 to 0.11.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/commits) Updates `zerovec-derive` from 0.10.3 to 0.11.1 - [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/commits) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bitflags dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: bson dependency-version: fc106787b2f0b1559dfef261e3f108d91518557f dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: webpki-roots dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: pbkdf2 dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: ahash dependency-version: 0.8.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: idna_adapter dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: litemap dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: quinn dependency-version: 0.11.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: quinn-proto dependency-version: 0.11.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustls-pki-types dependency-version: 1.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rustls-webpki dependency-version: 0.103.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tinystr dependency-version: 0.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: writeable dependency-version: 0.6.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: yoke dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: yoke-derive dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: zerocopy dependency-version: 0.8.25 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: zerocopy-derive dependency-version: 0.8.25 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: zerovec dependency-version: 0.11.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: zerovec-derive dependency-version: 0.11.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
5af95e8
to
4ff7dc4
Compare
Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. |
Bumps the rust-dependencies group with 23 updates:
0.13.1
0.22.1
1.3.2
2.9.0
fdbf863
fc10678
0.8.5
0.9.1
1.0.69
2.0.12
0.26.11
1.0.0
0.11.0
0.12.2
0.8.11
0.8.12
1.2.21
1.2.22
1.2.0
1.2.1
0.7.5
0.8.0
0.11.7
0.11.8
0.11.11
0.11.12
1.11.0
1.12.0
0.103.2
0.103.3
0.7.6
0.8.1
0.5.5
0.6.1
0.7.5
0.8.0
0.7.5
0.8.0
0.7.35
0.8.25
0.7.35
0.8.25
0.10.4
0.11.2
0.10.3
0.11.1
Updates
base64
from 0.13.1 to 0.22.1Changelog
Sourced from base64's changelog.
... (truncated)
Commits
e144006
v0.22.164cca59
Merge pull request #271 from JobanSD/patch-1838355e
Correct BinHex 4.0 alphabet according to specificationsbf15ccf
Merge pull request #270 from marshallpierce/mp/clippyfc6aabe
Appease clippy9a518a2
Merge pull request #267 from bdura/patch-1d96c80f
Merge branch 'marshallpierce:master' into patch-15d70ba7
Merge pull request #269 from marshallpierce/mp/decode-preciselyefb6c00
Release notes2b91084
Add some tests to boost coverageUpdates
bitflags
from 1.3.2 to 2.9.0Release notes
Sourced from bitflags's releases.
... (truncated)
Changelog
Sourced from bitflags's changelog.
... (truncated)
Commits
e197bf5
Merge pull request #439 from KodrAus/cargo/2.9.08df6e80
prepare for 2.9.0 releasee92f0ae
Merge pull request #438 from KodrAus/fix/ui-tests226ff75
fix up UI tests2170a26
Merge pull request #437 from wysiwys/wysiwys/add-clear-method76dde58
add tests forclear()
trait methodce5d420
addclear()
method to trait9e45d36
Merge pull request #434 from bitflags/KodrAus-patch-1617645a
pin checkout action for miri job2c836f2
Merge pull request #433 from bitflags/ci/remove-scorecardUpdates
bson
fromfdbf863
tofc10678
Commits
fc10678
RUST-1906 Remove human readable options (#531)806d68f
RUST-2173 Check inCargo.lock
(#532)Updates
rand
from 0.8.5 to 0.9.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
ec6d5c0
Prepare rand_core v0.9.1 (#1591)6a06056
rand_core: introduce an UnwrapMut wrapper (#1589)8929123
AddAlphabetic
distribution (#1587)06b1642
Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cd
rename extract to extract_lane (#1586)e0a70fd
Change to usearray::from_fn
inDistribution\<[T; N]> for StandardUniform
...0bc3f65
Move rand distr (#1577)2677c49
Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826
SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7
Fix some links (#1571)Updates
thiserror
from 1.0.69 to 2.0.12Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
95a5126
Release 2.0.1276490f7
Merge pull request #413 from dtolnay/elidablelifetime9f27b76
Ignore elidable_lifetime_names pedantic clippy lintdaf2a6f
Resolve some elidable_lifetime_names pedantic clippy lint5f07160
Point standard library links to stable6706a51
Convert html links to intra-doc links2706873
More precise gitignore patterns70bc20d
Remove **/*.rs.bk from project-specific gitignore0f532e3
Release 2.0.113d15543
Merge pull request #410 from dtolnay/testnostdUpdates
webpki-roots
from 0.26.11 to 1.0.0Release notes
Sourced from webpki-roots's releases.
Commits
d37be11
Declare crates as 1.0.0Updates
pbkdf2
from 0.11.0 to 0.12.2Commits
165f4a8
pbkdf2 v0.12.2 (#443)cb56812
pbkdf2: useRECOMMENDED_ROUNDS
inDefault
impl (#442)795c424
argon2: add benchmarks using criterion (#437)3571f10
argon2: addParams::DEFAULT
constant (#439)b0cc634
scrypt: Update docs for recommended log_n parameter (#435)c8c1114
password-auth v0.3.0 (#434)54d68a4
password-auth: deriveEq
/PartialEq
on*Error
(#433)5e7e8c7
password-auth: renameError
(back) toVerifyError
(#432)58975ef
password-auth: fixis_hash_obsolete
docs (#431)2d45c3e
password-auth v0.2.0 (#430)Updates
ahash
from 0.8.11 to 0.8.12Commits
Updates
cc
from 1.2.21 to 1.2.22Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
d61b3b3
chore: release v1.2.22 (#1467)f50ff26
Addflags
method tocc::Build
for adding multiple flags (#1466)Updates
idna_adapter
from 1.2.0 to 1.2.1Commits
f948802
Merge branch 'icu4x-trunk' and turn off default features of the deps4e654c1
Update to ICU4X 2.0 release8e5dbf8
Beta version of idna_adapter to use ICU4X beta76e6d7a
Depend on ICU4X 2.0.0-beta1b0b1dc6
Update to ICU4X trunk APIabe012e
Use borrowed types from icu_normalizerUpdates
litemap
from 0.7.5 to 0.8.0Changelog
Sourced from litemap's changelog.
... (truncated)
Commits
Updates
quinn
from 0.11.7 to 0.11.8Commits
f642fa8
ci: Change powerset check14b905a
quinn: Fix feature combination error / warnings3482fcc
proto: bump version to 0.11.12d161fc0
Bump quinn version to 0.11.87ce43e8
test(proto): Use default BloomTokenLog63737c4
Set default tokens sent to 2 if bloom enableda615d43
Make BloomTokenLog the default TokenLog15103ee
Add BloomTokenLog1126591
test(proto): Use default TokenMemoryCache8cc68dc
Make TokenMemoryCache the default TokenStoreUpdates
quinn-proto
from 0.11.11 to 0.11.12Commits
f642fa8
ci: Change powerset check14b905a
quinn: Fix feature combination error / warnings3482fcc
proto: bump version to 0.11.12d161fc0
Bump quinn version to 0.11.87ce43e8
test(proto): Use default BloomTokenLog63737c4
Set default tokens sent to 2 if bloom enableda615d43
Make BloomTokenLog the default TokenLog15103ee
Add BloomTokenLog1126591
test(proto): Use default TokenMemoryCache8cc68dc
Make TokenMemoryCache the default TokenStoreUpdates
rustls-pki-types
from 1.11.0 to 1.12.0Release notes
Sourced from rustls-pki-types's releases.
Commits
4b52db8
Bump version to 1.12.0812eb3a
ci: sync nightly for cargo-check-external-typesa15fc87
Enable running CI workflow manuallydf76779
Skip push CI for most branches939c2c6
ci: check external typesfae72b9
Allow zeroize::Zeroize to appear in public APIc5fffab
Add AlgorithmIdentifiers for ML-DSA variantsb59e08d
Version Cargo.lockbbad87b
Add cargo deny check in CI864471f
rustfmt: style_edition 2024Updates
rustls-webpki
from 0.103.2 to 0.103.3Release notes
Sourced from rustls-webpki's releases.
Commits
34a2392
Bump version to 0.103.316abda1
Support RSA PKCS#1 signatures with absent parameters0ac75b1
cargo-check-external-types: update toolchainUpdates
tinystr
from 0.7.6 to 0.8.1Changelog
Sourced from tinystr's changelog.
... (truncated)
Commits
Updates
writeable
from 0.5.5 to 0.6.1Release notes
Sourced from writeable's releases.
Changelog
Sourced from writeable's changelog.