chore(deps): bump the cargo group across 2 directories with 7 updates#3
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the cargo group across 2 directories with 7 updates#3dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 4 updates in the / directory: [serde_yml](https://github.com/sebastienrousseau/serde_yml), [jsonwebtoken](https://github.com/Keats/jsonwebtoken), [tar](https://github.com/composefs/tar-rs) and [russh](https://github.com/warp-tech/russh). Bumps the cargo group with 2 updates in the /e2e/rust directory: [serde_yml](https://github.com/sebastienrousseau/serde_yml) and [rand](https://github.com/rust-random/rand). Updates `serde_yml` from 0.0.12 to 0.0.13 - [Release notes](https://github.com/sebastienrousseau/serde_yml/releases) - [Commits](sebastienrousseau/serde_yml@v0.0.12...v0.0.13) Updates `jsonwebtoken` from 9.3.1 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0) Updates `tar` from 0.4.45 to 0.4.46 - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](composefs/tar-rs@0.4.45...0.4.46) Updates `russh` from 0.57.1 to 0.60.3 - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](Eugeny/russh@v0.57.1...v0.60.3) Updates `cmov` from 0.5.0-pre.0 to 0.5.4 - [Commits](RustCrypto/utils@cmov-v0.5.0-pre.0...cmov-v0.5.4) Updates `russh-cryptovec` from 0.52.0 to 0.60.3 - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](Eugeny/russh@v0.52.0...v0.60.3) Updates `serde_yml` from 0.0.12 to 0.0.13 - [Release notes](https://github.com/sebastienrousseau/serde_yml/releases) - [Commits](sebastienrousseau/serde_yml@v0.0.12...v0.0.13) Updates `rand` from 0.9.2 to 0.9.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: serde_yml dependency-version: 0.0.13 dependency-type: direct:production dependency-group: cargo - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production dependency-group: cargo - dependency-name: russh dependency-version: 0.60.3 dependency-type: direct:production dependency-group: cargo - dependency-name: cmov dependency-version: 0.5.4 dependency-type: indirect dependency-group: cargo - dependency-name: russh-cryptovec dependency-version: 0.60.3 dependency-type: indirect dependency-group: cargo - dependency-name: serde_yml dependency-version: 0.0.13 dependency-type: direct:production dependency-group: cargo - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production 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 4 updates in the / directory: serde_yml, jsonwebtoken, tar and russh.
Bumps the cargo group with 2 updates in the /e2e/rust directory: serde_yml and rand.
Updates
serde_ymlfrom 0.0.12 to 0.0.13Release notes
Sourced from serde_yml's releases.
... (truncated)
Commits
2bdacd5ci: commit Cargo.lock for reproducible audits57983acci: ignore RUSTSEC-2025-0068 in cargo-audit / cargo-denyc236dddstyle: apply rustfmt (max_width=72)795e112ci: include master in push triggers (default branch is master)5497552Deprecate serde_yml — 0.0.13 shim forwarding to noyalib (#52)ab3c49eMerge pull request #34 from horacimacias/masterc7ba7acMerge pull request #35 from lucasvr/lucas/anchors140d00bMerge pull request #38 from nc7s/fix-cstr-pointer-typea19e5c2Merge pull request #18 from Mingun/remove-duplicated-clone6ffe205fix: hard coded CStr pointer type, use ffi::c_charUpdates
jsonwebtokenfrom 9.3.1 to 10.3.0Changelog
Sourced from jsonwebtoken's changelog.
Commits
abbc307Fix type confusione99740dfix: bump minimal version requirements (#481)50d15e0Use try_sign to avoid panics (#479)245858fBump some dep122c2edBump action number in CI72e0c7fExpose cryptography backends via CryptoProvider (#452)53a3fc2Do not fail for clippy3226cfcPrepare for releasedfe58f9Remove unnecessary Clone bounds from decode functions (#458)9b3e19cFix function names in README (#457)Updates
tarfrom 0.4.45 to 0.4.46Release notes
Sourced from tar's releases.
Commits
fc459c1Release 0.4.4643e05a8ci: Add crates.io trusted publishing workflowbba5666Update repo linkscd94c46docs: Document TOCTOU / concurrent-mutation threat model1b4997cbuilder: Expand docs for follow_symlinks and append_dir_allbab14ddarchive: Fix another PAX header desync (GHSA-3cv2-h65g-fgmm)2349b49Add support of absolute paths39d0311Update some links59d803eUpdate astral-tokio-tar requirement from 0.5 to 0.68296b9aci: Fix and re-enable reverse dependency testing (#444)Updates
russhfrom 0.57.1 to 0.60.3Release notes
Sourced from russh's releases.
... (truncated)
Commits
fab67f8v0.60.34a27687fmta2d48a7Merge commit from forkc4ba20dv0.60.22a49916fixed #697 - pin all pre-release dependenciesc31cbc9Fix channel write ordering with pending data (#693)343a4baFix CI failures on main (#694)5cceacffix(negotiation): exclude SHA-1 MACs from Preferred::DEFAULT (#690)5a6ca29v0.60.16c3c80aMerge commit from forkUpdates
cmovfrom 0.5.0-pre.0 to 0.5.4Commits
5c7e4f9cmov v0.5.4 (#1485)87cadbccmov: fix clippy (#1484)85600e9rustfmtdba6c35Merge commit from forkdad5e3bblock-buffer: pin tozeroizev1.8 (#1483)66cb272ctutils: bumpsubtleversion requirement to v2.6 (#1482)34881f2build(deps): bump hybrid-array from 0.4.11 to 0.4.12 (#1480)c211865Update crates table (#1479)9c8674fsponge-cursor: initial implementation (#1477)a00167actutils: fixup homepage url (#1478)Updates
russh-cryptovecfrom 0.52.0 to 0.60.3Release notes
Sourced from russh-cryptovec's releases.
... (truncated)
Commits
fab67f8v0.60.34a27687fmta2d48a7Merge commit from forkc4ba20dv0.60.22a49916fixed #697 - pin all pre-release dependenciesc31cbc9Fix channel write ordering with pending data (#693)343a4baFix CI failures on main (#694)5cceacffix(negotiation): exclude SHA-1 MACs from Preferred::DEFAULT (#690)5a6ca29v0.60.16c3c80aMerge commit from forkUpdates
serde_ymlfrom 0.0.12 to 0.0.13Release notes
Sourced from serde_yml's releases.
... (truncated)
Commits
2bdacd5ci: commit Cargo.lock for reproducible audits57983acci: ignore RUSTSEC-2025-0068 in cargo-audit / cargo-denyc236dddstyle: apply rustfmt (max_width=72)795e112ci: include master in push triggers (default branch is master)5497552Deprecate serde_yml — 0.0.13 shim forwarding to noyalib (#52)ab3c49eMerge pull request #34 from horacimacias/masterc7ba7acMerge pull request #35 from lucasvr/lucas/anchors140d00bMerge pull request #38 from nc7s/fix-cstr-pointer-typea19e5c2Merge pull request #18 from Mingun/remove-duplicated-clone6ffe205fix: hard coded CStr pointer type, use ffi::c_charUpdates
randfrom 0.9.2 to 0.9.3Changelog
Sourced from rand's changelog.
Commits
1aeee9fPrepare v0.9.3: deprecate featurelog(#1764)98473eePrepare rand 0.9.2 (#1648)031a1f5examples/print-next.rs(#1647)6cb75eeMake UniformUsize serializable (#1646)0c955c5Add some tests for BlockRng, BlockRng64 and Xoshiro RNGs (#1639)204084aFix: Remove accidental editor swap file (#1636)86262acDeprecate rand::rngs::mock module and StepRng (#1634)a6e217fUpdate statrs link (#1630)db993ecPrepare rand v0.9.1 (#1629)3057641Remove zerocopy from rand (#1579)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 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.