chore(deps): bump the cargo group across 4 directories with 3 updates#2
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the cargo group across 4 directories with 3 updates#2dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the cargo group with 2 updates in the / directory: [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) and [time](https://github.com/time-rs/time). Bumps the cargo group with 1 update in the /pytest/tools/mirror/contract directory: [time](https://github.com/time-rs/time). Bumps the cargo group with 2 updates in the /runtime/near-wallet-contract/implementation directory: [borsh](https://github.com/near/borsh-rs) and [time](https://github.com/time-rs/time). Bumps the cargo group with 1 update in the /tracing directory: [time](https://github.com/time-rs/time). Updates `ed25519-dalek` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md) - [Commits](dalek-cryptography/curve25519-dalek@2.1.0...2.1.1) Updates `time` from 0.3.36 to 0.3.37 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.37) Updates `time` from 0.1.44 to 0.1.45 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.37) Updates `borsh` from 1.5.1 to 1.5.3 - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](near/borsh-rs@borsh-v1.5.1...borsh-v1.5.3) Updates `time` from 0.3.36 to 0.3.37 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.37) Updates `time` from 0.3.36 to 0.3.37 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.37) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-type: direct:production dependency-group: cargo - dependency-name: time dependency-type: direct:production dependency-group: cargo - dependency-name: time dependency-type: indirect dependency-group: cargo - dependency-name: borsh dependency-type: indirect dependency-group: cargo - dependency-name: time dependency-type: indirect dependency-group: cargo - dependency-name: time dependency-type: indirect dependency-group: cargo ... 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 group with 2 updates in the / directory: ed25519-dalek and time.
Bumps the cargo group with 1 update in the /pytest/tools/mirror/contract directory: time.
Bumps the cargo group with 2 updates in the /runtime/near-wallet-contract/implementation directory: borsh and time.
Bumps the cargo group with 1 update in the /tracing directory: time.
Updates
ed25519-dalekfrom 2.1.0 to 2.1.1Changelog
Sourced from ed25519-dalek's changelog.
Commits
0f07443Bump curve25519-dalek to 2.1.1.bb889e4Remove deprecated feature flags from .travis.yml.d00d4a5Fix CHANGELOG so that we can note backported patches.e6d8afcAdd link to Cargo.toml with explanation of packed_simd renamingdd71df6adjusted dependency entry like to pick up latest pick up the latest packed_si...6ffc8ddbumped packed_simd to 0.3.4. resolves #333Updates
timefrom 0.3.36 to 0.3.37Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d4e39b3v0.3.37 release0943997Fix CI failure8b50f04Update lints56f1db6AddMonth::length,days_in_month03bcfe9Skip formatting some macros, update UI tests4404638Permit exprs inserde::format_description!6b43b44strftime implementation98569ffHide deprecations from docsfebf3a1Obtain local offset in multi-threaded situations1e19827Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)Updates
timefrom 0.1.44 to 0.1.45Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d4e39b3v0.3.37 release0943997Fix CI failure8b50f04Update lints56f1db6AddMonth::length,days_in_month03bcfe9Skip formatting some macros, update UI tests4404638Permit exprs inserde::format_description!6b43b44strftime implementation98569ffHide deprecations from docsfebf3a1Obtain local offset in multi-threaded situations1e19827Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)Updates
borshfrom 1.5.1 to 1.5.3Release notes
Sourced from borsh's releases.
Changelog
Sourced from borsh's changelog.
Commits
0dc09cdchore: release v1.5.3 (#322)c966ddcfix: specify a minimum version forsynas2.0.81(#320)d521f76chore: release v1.5.2 (#313)cef1258chore: remove dependency on syn_derive (#318)21c024fdoc:serde_json::Valuebridging example/doc (#317)fa9a0a1chore: cover one moresyn::generics::TypeParamBoundas per syntax change (#...b416d11feat: ser/de forIpAddrtype; schema forIpv4Addr/Ipv6Addr/IpAddrtyp...Updates
timefrom 0.3.36 to 0.3.37Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d4e39b3v0.3.37 release0943997Fix CI failure8b50f04Update lints56f1db6AddMonth::length,days_in_month03bcfe9Skip formatting some macros, update UI tests4404638Permit exprs inserde::format_description!6b43b44strftime implementation98569ffHide deprecations from docsfebf3a1Obtain local offset in multi-threaded situations1e19827Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)Updates
timefrom 0.3.36 to 0.3.37Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d4e39b3v0.3.37 release0943997Fix CI failure8b50f04Update lints56f1db6AddMonth::length,days_in_month03bcfe9Skip formatting some macros, update UI tests4404638Permit exprs inserde::format_description!6b43b44strftime implementation98569ffHide deprecations from docsfebf3a1Obtain local offset in multi-threaded situations1e19827Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.