chore(dep): bump the deps group with 9 updates#233
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the deps group with 9 updates: | Package | From | To | | --- | --- | --- | | [log](https://github.com/rust-lang/log) | `0.4.31` | `0.4.33` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` | | [clap_complete](https://github.com/clap-rs/clap) | `4.6.5` | `4.6.7` | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.8.4` | `0.9.1` | | [cbc](https://github.com/RustCrypto/block-modes) | `0.1.2` | `0.2.1` | | [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.12.2` | `0.13.0` | | [sha1](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` | | [diesel](https://github.com/diesel-rs/diesel) | `2.3.9` | `2.3.10` | Updates `log` from 0.4.31 to 0.4.33 - [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.31...0.4.33) Updates `regex` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.3...1.12.4) Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `clap_complete` from 4.6.5 to 4.6.7 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.5...clap_complete-v4.6.7) Updates `aes` from 0.8.4 to 0.9.1 - [Commits](RustCrypto/block-ciphers@aes-v0.8.4...aes-v0.9.1) Updates `cbc` from 0.1.2 to 0.2.1 - [Commits](RustCrypto/block-modes@cbc-v0.1.2...cbc-v0.2.1) Updates `pbkdf2` from 0.12.2 to 0.13.0 - [Commits](RustCrypto/password-hashes@pbkdf2-v0.12.2...pbkdf2-v0.13.0) Updates `sha1` from 0.10.6 to 0.11.0 - [Commits](RustCrypto/hashes@sha1-v0.10.6...sha1-v0.11.0) Updates `diesel` from 2.3.9 to 2.3.10 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.3.9...v2.3.10) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap_complete dependency-version: 4.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: aes dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: cbc dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pbkdf2 dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: diesel dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
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 deps group with 9 updates:
0.4.310.4.331.12.31.12.41.0.1021.0.1034.6.54.6.70.8.40.9.10.1.20.2.10.12.20.13.00.10.60.11.02.3.92.3.10Updates
logfrom 0.4.31 to 0.4.33Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
f405739Merge pull request #734 from rust-lang/cargo/0.4.336a24abfprepare for 0.4.33 release87e0621Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparisona9b5711Review: fallback to the &str hashcc89cc6Review: fixed other comparisons920e7dcReview: fixed comparison onMaybeStaticStr0d71d3cFixed key comparisona5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-supportUpdates
regexfrom 1.12.3 to 1.12.4Changelog
Sourced from regex's changelog.
Commits
7b96fdc1.12.47b89cf0deps: update to regex-syntax 0.8.111401679regex-syntax-0.8.11d709000changelog: 1.12.49825c74syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)a7f2ff6docs: clarify regex-lite word boundaries2c7b172docs: clarify unsupported Anchored::Pattern searches839d16bregex-syntax-0.8.10c4865a0syntax: fix negation handling in HIR translationd8761c0cargo: also includebenchesUpdates
anyhowfrom 1.0.102 to 1.0.103Release notes
Sourced from anyhow's releases.
Commits
5bdb0e2Release 1.0.103e621bd3Merge pull request #452 from dtolnay/downcast6e8c000Eliminate pointer->reference->pointer during downcast67c4abdAdd regression test for issue 451917a169Update actions/upload-artifact@v6 -> v7d9dc3faUpdate actions/checkout@v6 -> v7841522bRaise minimum tested compiler to rust 1.85Updates
clap_completefrom 4.6.5 to 4.6.7Commits
d3e59a9chore: Released997f87docs: Update changelogfb6058cMerge pull request #6409 from heaths/pwsh-support2310870test(complete): Add tests for completer_for_path5967c17refactor(complete): Move shell detection to Shells594602bfix(complete): Detect pwsh for PowerShell3a4f2d0Merge pull request #6427 from clap-rs/renovate/shlex-2.x67ebaedMerge pull request #6426 from clap-rs/renovate/actions-checkout-7.xc968b13chore(deps): Update Rust crate shlex to v28f247cbchore(deps): Update actions/checkout action to v7Updates
aesfrom 0.8.4 to 0.9.1Commits
507938cRelease aes v0.9.1 (#563)957dba9aes: fix min version ofzeroizeand build warnings on AArch64 (#562)c69a235Release new versions dependent oncipherv0.5 (#553)582b178Movegifttogift-cipherandspecktospeck-cipher(#554)001e740Adopt Trusted Publishing (#552)d908618Release aes v0.9.0 (#539)b612904aes: removezeroize_workstest (#551)042fa86Update Cargo.lock (#547)7290b2bci: use Dependabot to update Cargo.lock (#546)d1910c1ci: bump actions/checkout to v6 (#545)Updates
cbcfrom 0.1.2 to 0.2.1Commits
2fce505ImplementSetIvStatetrait (#114)e9a0336Release new versions dependent oncipherv0.5 (#113)504f0a6belt-ctr: use type alias to defineBeltCtr(#112)0ff441cAddallow(missing_docs)for benchmarks (#111)63a37c8Use release versions of block cipher crates (#110)a19e7bdWorkspace-level lint configuration (#108)fe63a2bcbc+ctr: cut new prereleases (#107)3dbbcf1Bumpcipherto v0.5.1 (#106)9745ef6cfb8: remove tail processing (#105)1403f56Adopt Trusted Publishing (#104)Updates
pbkdf2from 0.12.2 to 0.13.0Commits
eba9411pbkdf2 v0.13.0 (#885)3b43bd6bcrypt-pbkdf: bumpblowfishto v0.10 (#887)8f703a9Adopt Trusted Publishing (#886)8f0ced5pbkdf2: apply workspace-level lints (#884)267d901Cargo.lock: bump dependencies (#881)e698b38argon2: add regression test for RustCrypto/traits#2352 (#879)22ca09ebuild(deps): bump the all-deps group with 10 updates (#878)1bcae95pbkdf2: remove outdatedSyncbounds (#876)57d89c4Bumpsalsa20dependency to v0.11 (#875)4db687cpbkdf2: bumpbelt-hashto v0.2 (#874)Updates
sha1from 0.10.6 to 0.11.0Commits
2f00175Release sha1 v0.11.0 (#810)07d370csha1: refactor backends selection (#808)7c7cb76Fix md5 project link in README (#809)ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...Updates
dieselfrom 2.3.9 to 2.3.10Changelog
Sourced from diesel's changelog.
Commits
7b4f888Merge pull request #5067 from weiznich/prepare_2.3.10bdc40a1Prepare a 2.3.10 releasead149aaMerge pull request #5059 from ayarotsky/fix-order-and-group5a5b6a8Merge pull request #5064 from weiznich/bump/rust_1.96a535124Merge pull request #5056 from weiznich/even_fix_more_issues207391cMerge pull request #5054 from weiznich/fix_more_issues60b9d3aMerge pull request #5051 from weiznich/new_sponsorDependabot 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