chore(deps): bump the cargo-version group in /runtime/rust with 8 updates - #504
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the cargo-version group in /runtime/rust with 8 updates#504dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo-version group in /runtime/rust with 8 updates: | Package | From | To | | --- | --- | --- | | [rand](https://github.com/rust-random/rand) | `0.9.4` | `0.10.2` | | [ribboncurls](https://github.com/tinted-theming/ribboncurls) | `0.2.1` | `0.5.0` | | [serial_test](https://github.com/palfrey/serial_test) | `3.5.0` | `4.0.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.28` | `0.13.4` | | [azure_identity](https://github.com/azure/azure-sdk-for-rust) | `0.23.0` | `1.0.0` | | [azure_core](https://github.com/azure/azure-sdk-for-rust) | `0.23.0` | `1.1.0` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.22.1` | `0.23.1` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | Updates `rand` from 0.9.4 to 0.10.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.9.4...0.10.2) Updates `ribboncurls` from 0.2.1 to 0.5.0 - [Release notes](https://github.com/tinted-theming/ribboncurls/releases) - [Commits](tinted-theming/ribboncurls@v0.2.1...v0.5.0) Updates `serial_test` from 3.5.0 to 4.0.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.5.0...v4.0.1) Updates `reqwest` from 0.12.28 to 0.13.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.28...v0.13.4) Updates `azure_identity` from 0.23.0 to 1.0.0 - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_identity@0.23.0...azure_identity@1.0.0) Updates `azure_core` from 0.23.0 to 1.1.0 - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_core@0.23.0...azure_core@1.1.0) Updates `base64` from 0.22.1 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.1) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-version - dependency-name: ribboncurls dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-version - dependency-name: serial_test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-version - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-version - dependency-name: azure_identity dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-version - dependency-name: azure_core dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-version - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-version - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-version ... 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-version group in /runtime/rust with 8 updates:
0.9.40.10.20.2.10.5.03.5.04.0.10.12.280.13.40.23.01.0.00.23.01.1.00.22.10.23.10.10.90.11.0Updates
randfrom 0.9.4 to 0.10.2Changelog
Sourced from rand's changelog.
... (truncated)
Commits
1540ea3Prepare rand 0.10.2 (#1800)a29964aBump chacha20 from 0.10.0 to 0.10.1 in the all-deps group (#1801)ced9491Tweak docs for RngExt::random_range and SampleRange (#1798)db14664Check UniformChar validity on deser (#1790)bea8620Bump the all-deps group with 2 updates (#1796)4f44932Bump actions/cache from 5 to 6 (#1795)b999a13Bump actions/checkout from 6 to 7 (#1794)aeab810Avoid unsafe where safety depends on non-local values (#1791)1896d7cAdd typos CI job (#1789)43eddeeBump the all-deps group with 2 updates (#1788)Updates
ribboncurlsfrom 0.2.1 to 0.5.0Release notes
Sourced from ribboncurls's releases.
Commits
ccdabecRelease v0.5.0dc6c3acUpgrade lib and cli dependencies258144cUse strict clippy options and fix clippy errors0b503d6Lock included GitHub actions to a specific hash for security14122ceAdjust test and add missing nested inverted section test4df2705Fix test bug where release binary path could not exist1aeb316Add missing git submodule pulls to workflows0df0680Release 0.4.1 for lib and cli990b8eaFix bug where a nested inverted-section gives an errorbb01b17Use a git submodule for the mustache spec testsUpdates
serial_testfrom 3.5.0 to 4.0.1Release notes
Sourced from serial_test's releases.
Commits
383c8944.0.14298adfMSRV is actually 1.93.1f25d56f4.0.07984bdcMerge pull request #160 from palfrey/pre-release-fixesec74212Don't need to split build-all-features now03cd910Upgrade MSRV to 1.93.17cf8563Add a "finish" CI job that depends on everythingd7c4137Upgrade actix-macros to reduce syn 1.x needsae268b0Merge pull request #159 from AudaciousAxiom/refactor/syn-v398b2c36refactor(derive): bumpsynto v3Updates
reqwestfrom 0.12.28 to 0.13.4Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
11489b3v0.13.4d31ffbbfeat: Expose HTTP2 keep alive configurations in blocking client (#3043)79ed0d7feat: support TLS 1.3 as min version under native-tls 🎉 (#2975)fb7bf6afix: remove unwrap in hickory initialization (#3041)3da616ffix: update hickory-resolver to 0.26 and adjust code accordingly (#3040)c77e7b2fix(http3): use happy eyeballs for h3 connect (#3030)9cbb65bchore: clean up minimal-versions CI job (#3039)17a7dc5chore: upgrade MSRV to 1.85 (#3038)03db63afix(redirect): strip sensitive headers on scheme change across redirects (#3034)4b813a8feat: add tls_sslkeylogfile builder method (#2923)Updates
azure_identityfrom 0.23.0 to 1.0.0Release notes
Sourced from azure_identity's releases.
Commits
c3c92edSync eng/common directory with azure-sdk-tools for PR 14495 (#4390)21d9225[Storage] Clean-up cspell for storage crates (#4385)44e2b7dUpgrade openssl (#4384)bba3112[Storage] Removeget_page_rangesfromazure_storage_blob, other misc fixe...bcf905aSync eng/common directory with azure-sdk-tools for PR 15357 (#4309)5af6821Add per-operation latency tracking for perf tests (#4381)8d66f9bPrepare for 1.0.0 release of core, identity (#4383)4d2ed7dRemoved.into_stream()from Keyvault readme files since it is not necessary...eb73b7e[Storage] Unifyblob_tags_stringandBlobTagsusage (#4374)0e71ec1[Storage] Patch trust boundary inpartitioned_stream(#4364)Updates
azure_corefrom 0.23.0 to 1.1.0Release notes
Sourced from azure_core's releases.
... (truncated)
Commits
9a8a5f7Handle Cargo crate path layouts (#4738)0eeacacRun cargo deny in PRs without advisories (#4735)18d3cd9Make core test crates unpublished (#4736)51116c3Refine core agent instructions (#4732)b88ddcdUpdate dependencies with advisories (#4731)33703fePrepare azure_core et. al. for a 1.1.0 release (#4724)83e95ecFix HPK prefix and cross-partition query bugs (#4729)3624506Sync eng/common directory with azure-sdk-tools for PR 16080 (#4727)0f2a30d[Storage] Remove public resource scenario fromupload_blob_from_url(#4688)d3c22f4Add Gateway 2.0 (thin client) implementation to Cosmos driver (#4319)Updates
base64from 0.22.1 to 0.23.1Changelog
Sourced from base64's changelog.
Commits
069bf70v0.23.16ab1fb0Merge pull request #310 from musicinmybrain/test-on-non-simd-arches7cffce6Fix testing on architectures without unsafe SIMD supporte34f9a0Merge pull request #308 from atouchet/come9240c9Remove outdated comment9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & editionUpdates
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)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 conditions