-
Notifications
You must be signed in to change notification settings - Fork 172
chore(deps): bump the all-deps group across 1 directory with 13 updates #2140
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
master
Choose a base branch
from
dependabot/cargo/all-deps-28a7595f49
base: master
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
c98eb5a to
2ed14e2
Compare
Member
|
Hmm weird, what's going on with that https://github.com/RustCrypto/formats/actions/runs/20546979677/job/59018836020?pr=2140 Compiling cms v0.3.0-pre.0 (/home/runner/work/formats/formats/cms)
error[E0599]: no function or associated item named `generate_key_iv_with_rng` found for struct `Encryptor<C>` in the current scope
--> cms/src/builder.rs:1175:48
|
1175 | None => $block_mode::$typ::<$alg>::generate_key_iv_with_rng($rng),
| ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `Encryptor<Aes128>`
...
1216 | ContentEncryptionAlgorithm::Aes128Cbc => encrypt_block_mode!(
| __________________________________________________-
1217 | | data,
1218 | | cbc::Encryptor<Aes128>,
1219 | | key,
1220 | | rng,
1221 | | encryption_algorithm_identifier.oid()
1222 | | ),
| |_________- in this macro invocation
|
= note: this error originates in the macro `encrypt_block_mode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Member
|
Aah wait, that's probably the We removed all of the old random generation APIs (though perhaps we should retain and deprecate them?) Here's the new API: https://docs.rs/crypto-common/0.2.0-rc.8/crypto_common/trait.Generate.html |
Bumps the all-deps group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [digest](https://github.com/RustCrypto/traits) | `0.11.0-rc.4` | `0.11.0-rc.5` | | [cipher](https://github.com/RustCrypto/traits) | `0.5.0-rc.2` | `0.5.0-rc.3` | | [signature](https://github.com/RustCrypto/traits) | `3.0.0-rc.5` | `3.0.0-rc.6` | | [scrypt](https://github.com/RustCrypto/password-hashes) | `0.12.0-rc.6` | `0.12.0-rc.7` | | [aead](https://github.com/RustCrypto/traits) | `0.6.0-rc.3` | `0.6.0-rc.5` | | [inout](https://github.com/RustCrypto/utils) | `0.2.1` | `0.2.2` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.17` | | [rmp](https://github.com/3Hren/msgpack-rust) | `0.8.14` | `0.8.15` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.1.2` | `1.1.3` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.20` | `1.0.22` | | [toml_parser](https://github.com/toml-rs/toml) | `1.0.4` | `1.0.6+spec-1.1.0` | | [universal-hash](https://github.com/RustCrypto/traits) | `0.6.0-rc.3` | `0.6.0-rc.4` | Updates `digest` from 0.11.0-rc.4 to 0.11.0-rc.5 - [Commits](RustCrypto/traits@digest-v0.11.0-rc.4...digest-v0.11.0-rc.5) Updates `cipher` from 0.5.0-rc.2 to 0.5.0-rc.3 - [Commits](RustCrypto/traits@cipher-v0.5.0-rc.2...cipher-v0.5.0-rc.3) Updates `signature` from 3.0.0-rc.5 to 3.0.0-rc.6 - [Commits](RustCrypto/traits@signature-v3.0.0-rc.5...signature-v3.0.0-rc.6) Updates `scrypt` from 0.12.0-rc.6 to 0.12.0-rc.7 - [Commits](RustCrypto/password-hashes@scrypt-v0.12.0-rc.6...scrypt/v0.12.0-rc.7) Updates `aead` from 0.6.0-rc.3 to 0.6.0-rc.5 - [Commits](RustCrypto/traits@aead-v0.6.0-rc.3...aead-v0.6.0-rc.5) Updates `crypto-common` from 0.2.0-rc.5 to 0.2.0-rc.8 - [Commits](RustCrypto/traits@crypto-common-v0.2.0-rc.5...crypto-common-v0.2.0-rc.8) Updates `inout` from 0.2.1 to 0.2.2 - [Commits](RustCrypto/utils@inout-v0.2.1...inout-v0.2.2) Updates `itoa` from 1.0.15 to 1.0.17 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.15...1.0.17) Updates `rmp` from 0.8.14 to 0.8.15 - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/commits) Updates `rustix` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.2...v1.1.3) Updates `ryu` from 1.0.20 to 1.0.22 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.20...1.0.22) Updates `toml_parser` from 1.0.4 to 1.0.6+spec-1.1.0 - [Commits](toml-rs/toml@toml_parser-v1.0.4...toml_parser-v1.0.6) Updates `universal-hash` from 0.6.0-rc.3 to 0.6.0-rc.4 - [Commits](RustCrypto/traits@universal-hash-v0.6.0-rc.3...universal-hash-v0.6.0-rc.4) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: cipher dependency-version: 0.5.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: signature dependency-version: 3.0.0-rc.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: scrypt dependency-version: 0.12.0-rc.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: aead dependency-version: 0.6.0-rc.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: crypto-common dependency-version: 0.2.0-rc.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: inout dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: itoa dependency-version: 1.0.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: rmp dependency-version: 0.8.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: rustix dependency-version: 1.1.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: ryu dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: toml_parser dependency-version: 1.0.6+spec-1.1.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: universal-hash dependency-version: 0.6.0-rc.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2ed14e2 to
3c82805
Compare
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 all-deps group with 12 updates in the / directory:
0.11.0-rc.40.11.0-rc.50.5.0-rc.20.5.0-rc.33.0.0-rc.53.0.0-rc.60.12.0-rc.60.12.0-rc.70.6.0-rc.30.6.0-rc.50.2.10.2.21.0.151.0.170.8.140.8.151.1.21.1.31.0.201.0.221.0.41.0.6+spec-1.1.00.6.0-rc.30.6.0-rc.4Updates
digestfrom 0.11.0-rc.4 to 0.11.0-rc.5Commits
eeac8f1Cut new prereleases (#2148)a9e1c42Bumpblobbyto v0.4 (#2147)870fec5Bumpgetrandomto v0.4.0-rc.0 (#2146)9e87901crypto-common: renameGenerate::*generate_from_rng(#2145)af052cekem v0.4.0-rc.0 (#2144)7e679bakem: rustdoc fixups (#2142)0caf8e3kem: usegetrandomforEncapsulate::encapsulate(#2141)6408448kem: re-exportGenerate; addgetrandomfeature (#2140)84b88b2kem: change associatedErrorbounds tocore::error::Error(#2139)034329faead v0.6.0-rc.4 (#2138)Updates
cipherfrom 0.5.0-rc.2 to 0.5.0-rc.3Commits
eeac8f1Cut new prereleases (#2148)a9e1c42Bumpblobbyto v0.4 (#2147)870fec5Bumpgetrandomto v0.4.0-rc.0 (#2146)9e87901crypto-common: renameGenerate::*generate_from_rng(#2145)af052cekem v0.4.0-rc.0 (#2144)7e679bakem: rustdoc fixups (#2142)0caf8e3kem: usegetrandomforEncapsulate::encapsulate(#2141)6408448kem: re-exportGenerate; addgetrandomfeature (#2140)84b88b2kem: change associatedErrorbounds tocore::error::Error(#2139)034329faead v0.6.0-rc.4 (#2138)Updates
signaturefrom 3.0.0-rc.5 to 3.0.0-rc.6Commits
eeac8f1Cut new prereleases (#2148)a9e1c42Bumpblobbyto v0.4 (#2147)870fec5Bumpgetrandomto v0.4.0-rc.0 (#2146)9e87901crypto-common: renameGenerate::*generate_from_rng(#2145)af052cekem v0.4.0-rc.0 (#2144)7e679bakem: rustdoc fixups (#2142)0caf8e3kem: usegetrandomforEncapsulate::encapsulate(#2141)6408448kem: re-exportGenerate; addgetrandomfeature (#2140)84b88b2kem: change associatedErrorbounds tocore::error::Error(#2139)034329faead v0.6.0-rc.4 (#2138)Updates
scryptfrom 0.12.0-rc.6 to 0.12.0-rc.7Commits
a2755f8scrypt v0.12.0-rc.7 (#784)8674302pbkdf2+scrypt: include README.md in rustdoc (#783)3f071f2yescrypt: smallParamscode improvements and comments (#782)b8f1d16scrypt: add MCF support (#781)486547dci: bump actions/cache from 4 to 5 (#780)ff2f419AddPasswordVerifier\<str>impls (#779)Updates
aeadfrom 0.6.0-rc.3 to 0.6.0-rc.5Commits
eeac8f1Cut new prereleases (#2148)a9e1c42Bumpblobbyto v0.4 (#2147)870fec5Bumpgetrandomto v0.4.0-rc.0 (#2146)9e87901crypto-common: renameGenerate::*generate_from_rng(#2145)af052cekem v0.4.0-rc.0 (#2144)7e679bakem: rustdoc fixups (#2142)0caf8e3kem: usegetrandomforEncapsulate::encapsulate(#2141)6408448kem: re-exportGenerate; addgetrandomfeature (#2140)84b88b2kem: change associatedErrorbounds tocore::error::Error(#2139)034329faead v0.6.0-rc.4 (#2138)Updates
crypto-commonfrom 0.2.0-rc.5 to 0.2.0-rc.8Commits
eeac8f1Cut new prereleases (#2148)a9e1c42Bumpblobbyto v0.4 (#2147)870fec5Bumpgetrandomto v0.4.0-rc.0 (#2146)9e87901crypto-common: renameGenerate::*generate_from_rng(#2145)af052cekem v0.4.0-rc.0 (#2144)7e679bakem: rustdoc fixups (#2142)0caf8e3kem: usegetrandomforEncapsulate::encapsulate(#2141)6408448kem: re-exportGenerate; addgetrandomfeature (#2140)84b88b2kem: change associatedErrorbounds tocore::error::Error(#2139)034329faead v0.6.0-rc.4 (#2138)Updates
inoutfrom 0.2.1 to 0.2.2Commits
2d5eac4inout v0.2.2 (#1292)d6e4a87inout: requireblock-paddingv0.4.2 (#1291)6fda0b5cmov: use macros to write tests (#1290)8ea1820ctutils: compare tosubtlein README.md16a0bfdctutils: enhancedsubtleinterop (#1289)3687ca8ctutils v0.2.0 (#1288)b81a8cdctutils: renameChoice::from_*_nonzero=>from_*_nz(#1287)1d2aff3ctutils: addCtNegtrait (#1286)170c956ctutils:Choice::from_u128*constructors (#1285)f06e060ctutils v0.1.4 (#1284)Updates
itoafrom 1.0.15 to 1.0.17Release notes
Sourced from itoa's releases.
Commits
21d6109Release 1.0.1755c15a1Use performance chart from itoa-benchmarkcf33343Update ryu links to zmij2dff249Set repr(C) on DECIMAL_PAIRS4c18677Release 1.0.162e6134dExclude benchmark dependencies from being compiled by miri2c7311bMerge pull request #65 from dtolnay/upbb76a9cUpdate libcore implementation links83539d1Ignore cast_lossless pedantic clippy lint4394758Update benchmark chartUpdates
rmpfrom 0.8.14 to 0.8.15Commits
Updates
rustixfrom 1.1.2 to 1.1.3Commits
3832726chore: Release rustix version 1.1.3f2a19cfAdd test ensuring UB can't be introduced (#1566)2d66cdfEnable ioctl and makedev on Redox (#1565)76aff5eFix Android build: enablelinux-raw-sysand exclude Android-unsupported Lin...bb00248Implement dirfd equivalent functions (#1549)cea123cRevert #1552. (#1564)f648570Update the pins for the MSRV, and add macos-14 to CI. (#1563)291ec97Rudimentarysanitize_memorysupport. (#1541)0993b3dRemovegetifaddrsfrom the "not yet" category. (#1562)29408eaclippy: fix useless_conversion lint (#1556)Updates
ryufrom 1.0.20 to 1.0.22Release notes
Sourced from ryu's releases.
Commits
234334cRelease 1.0.2251b8e83Exclude dtoa-benchmark.png from published cratedf6352eUse performance chart from dtoa-benchmarkb3037a6Add static assertion on static table size0ab19d1Delete f32 from fuzz targetdbc9322Remove clippy suppression that is no longer triggeredafdaf39Add miri architecture matrix6461eaaSupport platform without 64-bit atomic9b909ceResolve cast_lossless pedantic clippy lint in test9b09b79Switch to fixed size countersUpdates
toml_parserfrom 1.0.4 to 1.0.6+spec-1.1.0Commits
e32c7a2chore: Releasedf1c328docs: Update changelogb826cf4feat(edit)!: Allowset_position(None)(#1080)8043f20feat(edit)!: Allowset_position(None)a02c0dbfeat: Support TOML 1.1 (#1079)5cfb838feat(edit): Support TOML 1.11eb4d60feat(toml): Support TOML 1.1695d788feat(edit)!: Multi-line inline tables with trailing commascc4f7acfeat(toml): Multi-line inline tables with trailing commas539f8c1feat(datetime): Make seconds optionalUpdates
universal-hashfrom 0.6.0-rc.3 to 0.6.0-rc.4Commits
eeac8f1Cut new prereleases (#2148)a9e1c42Bumpblobbyto v0.4 (#2147)870fec5Bumpgetrandomto v0.4.0-rc.0 (#2146)9e87901crypto-common: renameGenerate::*generate_from_rng(#2145)af052cekem v0.4.0-rc.0 (#2144)7e679bakem: rustdoc fixups (#2142)0caf8e3kem: usegetrandomforEncapsulate::encapsulate(#2141)6408448kem: re-exportGenerate; addgetrandomfeature (#2140)84b88b2kem: change associatedErrorbounds tocore::error::Error(#2139)034329faead v0.6.0-rc.4 (#2138)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