chore(deps): bump the cargo-dependencies group across 1 directory with 5 updates#277
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the cargo-dependencies group across 1 directory with 5 updates#277dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…h 5 updates Bumps the cargo-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.10` | `0.11.11` | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.4` | `0.21.0` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.78` | `0.10.81` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.1` | `2.2.2` | Updates `env_logger` from 0.11.10 to 0.11.11 - [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.10...v0.11.11) Updates `git2` from 0.20.4 to 0.21.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.4...git2-0.21.0) Updates `log` from 0.4.29 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.29...0.4.33) Updates `openssl` from 0.10.78 to 0.10.81 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.78...openssl-v0.10.81) Updates `assert_cmd` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: openssl dependency-version: 0.10.81 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: assert_cmd dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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 cargo-dependencies group with 5 updates in the / directory:
0.11.100.11.110.20.40.21.00.4.290.4.330.10.780.10.812.2.12.2.2Updates
env_loggerfrom 0.11.10 to 0.11.11Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
b4d3f2bchore: Releasecc2b2efchore: Release69e27d1docs: Update changelog166880dMerge pull request #411 from epage/parse0a580d0fix(filter): Remove 'parse' on no_std78d8ef1Merge pull request #404 from cagatay-y/feature/filter-no_std132fe86feat(filter): Add support for no_std environments4feafa4refactor(env_filter): Fix unreachable pub warning92f8d8dMerge pull request #410 from rust-cli/renovate/crate-ci-typos-1.x4e57784chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0Updates
git2from 0.20.4 to 0.21.0Changelog
Sourced from git2's changelog.
... (truncated)
Commits
dffaf27Merge pull request #1256 from weihanglo/changelog84b9c76docs: changelog for git2@0.218c6dc4aMerge pull request #1206 from weihanglo/sha256-git27bd145efix: importObjectFormatin one placefc8af6atest(oid): split_extto test each format separatelyb9bde87test: oid length sanity check57a68e0feat(oid): impl Display for ObjectFormat7acee09chore(ci): test git2 sha256 supportbdf5b7bfix: init example with--object-formatoption9fb4e6arefactor(util): dropunsafefromzeroed_raw_oidUpdates
logfrom 0.4.29 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
opensslfrom 0.10.78 to 0.10.81Release notes
Sourced from openssl's releases.
Commits
db9c9e2Release openssl 0.10.81 and openssl-sys 0.9.117 (#2655)3a7fb56Bump actions/checkout from 6.0.2 to 6.0.3 (#2653)d059c43Fix verify_mode() panic on unmodeled verify mode bits (#2651)8b1519eDeprecate Asn1StringRef::as_utf8 in favor of a NUL-safe to_string (#2652)d5713d6add mldsa.h to the boringssl bindgen (#2650)9fac317Merge pull request #2538 from ocdlroux/feat/crl-full4dae20bx509: adding minimal support for X509CrlBuilder47f7777Add brainpoolP224r1 and brainpoolP224t1 NID constants (#2642)659da17Bump aws-ls-sys to 0.41 (#2640)35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)Updates
assert_cmdfrom 2.2.1 to 2.2.2Changelog
Sourced from assert_cmd's changelog.
Commits
feece89chore: Release assert_cmd version 2.2.2367cdf7docs: Update changeloga98cc85Merge pull request #289 from marcospb19/track_callercd2e167fix: .success() not reporting panic location45a1c74chore(deps): Update Prek to v0.3.13 (#293)f1d9b5bchore(deps): Update Prek to v0.3.12 (#292)1d34babMerge pull request #291 from epage/templated9a70adstyle: Make clippy happy4f5b5afchore: Update from _rust template1e1d586chore(renovate): Fix the tagDependabot 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