This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Bump the cargo-major group across 1 directory with 7 updates#17
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the cargo-major group across 1 directory with 7 updates#17dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo-major group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cfg-if](https://github.com/rust-lang/cfg-if) | `0.1.10` | `1.0.0` | | [jwt-compact](https://github.com/slowli/jwt-compact) | `0.6.0` | `0.8.0` | | [time](https://github.com/time-rs/time) | `0.1.45` | `0.3.31` | | [erased-serde](https://github.com/dtolnay/erased-serde) | `0.3.31` | `0.4.1` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.22.1` | | [worker](https://github.com/cloudflare/workers-rs) | `0.0.17` | `0.0.20` | | [stellar-strkey](https://github.com/stellar/rs-stellar-strkey) | `0.0.8` | `0.0.14` | Updates `cfg-if` from 0.1.10 to 1.0.0 - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@0.1.10...1.0.0) Updates `jwt-compact` from 0.6.0 to 0.8.0 - [Changelog](https://github.com/slowli/jwt-compact/blob/master/CHANGELOG.md) - [Commits](slowli/jwt-compact@v0.6.0...v0.8.0) Updates `time` from 0.1.45 to 0.3.31 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits/v0.3.31) Updates `erased-serde` from 0.3.31 to 0.4.1 - [Release notes](https://github.com/dtolnay/erased-serde/releases) - [Commits](dtolnay/erased-serde@0.3.31...0.4.1) Updates `base64` from 0.21.5 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.22.1) Updates `worker` from 0.0.17 to 0.0.20 - [Release notes](https://github.com/cloudflare/workers-rs/releases) - [Commits](cloudflare/workers-rs@v0.0.17...v0.0.20) Updates `stellar-strkey` from 0.0.8 to 0.0.14 - [Release notes](https://github.com/stellar/rs-stellar-strkey/releases) - [Commits](stellar/rs-stellar-strkey@v0.0.8...v0.0.14) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-major - dependency-name: jwt-compact dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: time dependency-version: 0.3.31 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: erased-serde dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: worker dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-major - dependency-name: stellar-strkey dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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-major group with 7 updates in the / directory:
0.1.101.0.00.6.00.8.00.1.450.3.310.3.310.4.10.21.50.22.10.0.170.0.200.0.80.0.14Updates
cfg-iffrom 0.1.10 to 1.0.0Changelog
Sourced from cfg-if's changelog.
Commits
e60fa1eBump to 1.0.07daa598Prohibit multiple predicates (#37)f71bf60Another attempt at gh-pagesf779d28Change push username for gh-pagesUpdates
jwt-compactfrom 0.6.0 to 0.8.0Changelog
Sourced from jwt-compact's changelog.
Commits
1074d2fBump crate version to 0.8.0 (#160)fd47380Fix float timestamp (#147)ca078f5Bump the minor-changes group with 1 update (#159)b317ba9Bump the minor-changes group in /e2e-tests/wasm with 1 update (#158)8ccda97Bump the minor-changes group with 2 updates (#155)bd358afAdd community health files (#156)1da8040Merge main and no-std workspaces (#153)d1405f6Check dependencies for entire workspace366b474no-std: Provide critical section implb836b5bUpdate author listUpdates
timefrom 0.1.45 to 0.3.31Release notes
Sourced from time's releases.
... (truncated)
Changelog
Sourced from time's changelog.
... (truncated)
Commits
Updates
erased-serdefrom 0.3.31 to 0.4.1Release notes
Sourced from erased-serde's releases.
Commits
4726cdbRelease 0.4.14e04e70Merge pull request #101 from dtolnay/sererrorc670c72Preserve error message of errors originated from Serialize impl6893670Ignore box_collection clippy lint7ddf6aaMerge pull request #100 from KodrAus/fix/failing-serialize-impl8227d20handle the case where a Serialize fails without calling the Serializer160c153Release 0.4.02e48977Merge pull request #99 from dtolnay/bench7349ad4Add serialization benchmarka8fdff9Release 0.4.0-rc.1Updates
base64from 0.21.5 to 0.22.1Changelog
Sourced from base64's changelog.
Commits
e144006v0.22.164cca59Merge pull request #271 from JobanSD/patch-1838355eCorrect BinHex 4.0 alphabet according to specificationsbf15ccfMerge pull request #270 from marshallpierce/mp/clippyfc6aabeAppease clippy9a518a2Merge pull request #267 from bdura/patch-1d96c80fMerge branch 'marshallpierce:master' into patch-15d70ba7Merge pull request #269 from marshallpierce/mp/decode-preciselyefb6c00Release notes2b91084Add some tests to boost coverageUpdates
workerfrom 0.0.17 to 0.0.20Commits
c0bf5cdRelease v0.0.20 (#463)3f1f783Added support for R2 Checksums to GET and PUT. (#460)9328b29Add cf.as_organization function (#461)3b92e32Addresponse_bodyfunction tor2::ObjectBody. (#462)4663a8aRelease v0.0.19 (#459)ee209b4chore(deps): bump mio from 0.8.10 to 0.8.11 (#454)853bb03docs: remove wrangler init reference in readme. (#391)e6845ccMake Response::from_html usetext/html; charset=utf-8(#447)3e302dfadd the ability to set the protocol(s) when creating a websocket client (#424)c021d7afeat: add clone to D1PreparedStatement (#422)Updates
stellar-strkeyfrom 0.0.8 to 0.0.14Release notes
Sourced from stellar-strkey's releases.
... (truncated)
Commits
bb39b2fBump version to 0.0.14 (#90)b83c2e3Fix debug output for SignedPayload struct in Debug implementation (#89)4c61b16Make CLI embeddable in other CLIs (#85)62d4609Add strkey encode and zero commands (#83)5c78cd7Change CLI decode output to JSON (#82)6607d7fadd serde traits to LiquidityPool and ClaimableBalance (#81)2d3a63aadd dependabot.yml for version updates (#62)756de46add git diff check to workflows (#80)077b929update the version 0.0.13 in the fuzz Cargo.lock (#78)8d7ff89add corpus samples for fuzz_roundtrip testing (#79)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