build(deps): bump the rust group across 1 directory with 9 updates#79
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the rust group across 1 directory with 9 updates#79dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.1` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [lief](https://github.com/lief-project/LIEF) | `0.17.4` | `0.17.6` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.23.1` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.75` | `0.10.80` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.16.1` | `3.20.0` | Updates `clap` from 4.5.60 to 4.6.1 - [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.5.60...clap_complete-v4.6.1) Updates `env_logger` from 0.11.9 to 0.11.10 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.9...v0.11.10) Updates `log` from 0.4.29 to 0.4.30 - [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.29...0.4.30) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `lief` from 0.17.4 to 0.17.6 - [Release notes](https://github.com/lief-project/LIEF/releases) - [Commits](lief-project/LIEF@0.17.4...0.17.6) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `uuid` from 1.21.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.23.1) Updates `openssl` from 0.10.75 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.80) Updates `serde_with` from 3.16.1 to 3.20.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.16.1...v3.20.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: log dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: lief dependency-version: 0.17.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: openssl dependency-version: 0.10.80 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde_with dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... 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 rust group with 9 updates in the / directory:
4.5.604.6.10.11.90.11.100.4.290.4.301.0.1491.0.1500.17.40.17.60.10.90.11.01.21.01.23.10.10.750.10.803.16.13.20.0Updates
clapfrom 4.5.60 to 4.6.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
env_loggerfrom 0.11.9 to 0.11.10Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
41320bfchore: Releasede8c74fdocs: Update changelogd550741docs(gh): Add sponsor link458b075chore(deps): Update Rust Stable to v1.94 (#401)8bc3fc3Merge pull request #400 from epage/update143fa64chore: Upgrade incompatibleb687a24chore: Upgrade compatible8cf1ba9Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x094ecf7Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x34ad626chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0Updates
logfrom 0.4.29 to 0.4.30Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
9c55760Merge pull request #725 from rust-lang/cargo/0.4.30d1acb05update docs on current MSRV and note latest bump in changelog5068293prepare for 0.4.30 release7ccd873Merge pull request #724 from rust-lang/feat/net-to-value923dfaafix up test cfgsecb7de8gate net value impls on std67bb4f6run fmt25f49ferework net type capturing7087dcbfeat: impl ToValue for core::net types67bc7e3Merge pull request #723 from woodruffw-forks/ww/ciUpdates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
lieffrom 0.17.4 to 0.17.6Release notes
Sourced from lief's releases.
Commits
6f3594fFix title08dc3b7Bump versionc027a79Update changelogb165c52SkipNOBITSsections in layout calculations and improve index retrievalcb47b28Fix alignment forPHDR/SHDRand improveTLS/RELRhandling418c55ffix(PE): Add bounds to import thunk parsing to prevent hangsb913434Bump version98e0a77Update changelog8ff9a88Fix dynamic entry shifting for Android relocations6ff6b3fAdd TLSDESC_PLT and TLSDESC_GOT to ELF dynamic tags (#1311)Updates
sha2from 0.10.9 to 0.11.0Commits
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...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)Updates
uuidfrom 1.21.0 to 1.23.1Release notes
Sourced from uuid's releases.
... (truncated)
Commits
ca0c85fMerge pull request #879 from uuid-rs/cargo/v1.23.1b4db015prepare for 1.23.1 release771069dMerge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note80994a2fix: Timestamp::from_gregorian deprecation note90c5be8Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv8b8c4f4Remove deprecated feature from wasm-bindgen dependency00ab922Merge pull request #876 from uuid-rs/cargo/v1.23.0726ba45prepare for 1.23.0 release996dadeMerge pull request #875 from uuid-rs/fix/context-orderinge140479simplify a use stmtUpdates
opensslfrom 0.10.75 to 0.10.80Release notes
Sourced from openssl's releases.
... (truncated)
Commits
35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)19eceb2Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-pad...b460eb3Prefer Homebrew openssl@4 and stop looking for openssl@1.1 (#2633)649f2d9Release openssl 0.10.79 and openssl-sys 0.9.115 (#2632)257f9b2Fix output buffer overflow for AES key-wrap-with-padding ciphers (#2630)d43e917Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (#2631)f46519cAdd PkeyCtxRef::set_context_string for ML-DSA (#2629)ad9ae31Bind OSSL_PARAM_modified and use it for seed_into (#2628)4e25c9bFix process abort when verify/PSK callbacks fire after SSL_CTX swap (#2624)3dd8f42Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (#2626)Updates
serde_withfrom 3.16.1 to 3.20.0Release notes
Sourced from serde_with's releases.
Commits
f1b06c7Bump version to 3.20.0 (#953)11fe1c5Bump version to 3.20.0222b9aaInclude Rust 1.95 in the CI matrix (#951)993770cInclude Rust 1.95 in the CI matrix731b00bfeat: automaticschemarssupport forBase64(#949)93d6d9dBump github/codeql-action from 4.35.2 to 4.35.3 in the github-actions group (...59bc97bBump github/codeql-action in the github-actions group84f2e40feat: automaticschemarssupport forbase64ff837abfeat: base58 (#943)9fda9cechore: bring back newlineDependabot 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