chore(deps): bump the all-dependencies group with 7 updates - #313
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all-dependencies group with 7 updates#313dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [ureq](https://github.com/algesten/ureq) | `3.3.0` | `3.4.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.4.0` | `1.4.2` | | [android_system_properties](https://github.com/nical/android_system_properties) | `0.1.5` | `0.1.6` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.22.1` | `0.23.1` | | [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.9` | `0.1.10` | | [ureq-proto](https://github.com/algesten/ureq-proto) | `0.6.0` | `0.6.1` | Updates `ureq` from 3.3.0 to 3.4.0 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.3.0...3.4.0) Updates `cc` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.4.0...cc-v1.4.2) Updates `android_system_properties` from 0.1.5 to 0.1.6 - [Commits](https://github.com/nical/android_system_properties/commits) Updates `async-trait` from 0.1.91 to 0.1.92 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.91...0.1.92) 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 `find-msvc-tools` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.9...find-msvc-tools-v0.1.10) Updates `ureq-proto` from 0.6.0 to 0.6.1 - [Commits](algesten/ureq-proto@0.6.0...0.6.1) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: cc dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: android_system_properties dependency-version: 0.1.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: async-trait dependency-version: 0.1.92 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: base64 dependency-version: 0.23.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: find-msvc-tools dependency-version: 0.1.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ureq-proto dependency-version: 0.6.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-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 all-dependencies group with 7 updates:
3.3.03.4.01.4.01.4.20.1.50.1.60.1.910.1.920.22.10.23.10.1.90.1.100.6.00.6.1Updates
ureqfrom 3.3.0 to 3.4.0Changelog
Sourced from ureq's changelog.
Commits
5e803fc3.4.082b37b5Update changelog for 3.4.007b8ea2Seal RequestExt (#1189)0df28a1Update changelog653e963Bump deps (#1188)830f6cachore: remove redundant clone (#1187)6e9a050Send CONNECT Proxy-Authorization scheme as canonical "Basic" (#1185)f8a5bedFix TLS to targets through HTTPS proxies (#1183)1f1c342Support testing in release mode (#1180)089c235Update rustls-platform-verifier to 0.7.0Updates
ccfrom 1.4.0 to 1.4.2Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
a91e05echore(cc): release v1.4.2 (#1846)0e91755fix: Infer NEON, not VFPv4, fromneonin the target name (#1843)c20fedddo not emit -mno-omit-leaf-frame-pointer if unsupported (#1845)b27570cchore: release (#1841)303e57eFix parsing of thumbv7a-vex-v5 (#1840)9c1645eRegenerate target info (#1839)a51f2f6ci: Read msrv from Cargo.toml (#1837)30bc099addaarch64_betoprefix_for_target(#1835)fb7eb03ci: allow flaky failure of check-motor (#1836)55149ecci: compile all test targets for cross builds (#1833)Updates
android_system_propertiesfrom 0.1.5 to 0.1.6Commits
Updates
async-traitfrom 0.1.91 to 0.1.92Release notes
Sourced from async-trait's releases.
Commits
82e7e9eRelease 0.1.929a35cb8Merge pull request #303 from dtolnay/mustuse875ceecResolve double_must_use clippy lint62993a5Raise minimum tested compiler to rust 1.88Updates
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
find-msvc-toolsfrom 0.1.9 to 0.1.10Release notes
Sourced from find-msvc-tools's releases.
Commits
b27570cchore: release (#1841)303e57eFix parsing of thumbv7a-vex-v5 (#1840)9c1645eRegenerate target info (#1839)a51f2f6ci: Read msrv from Cargo.toml (#1837)30bc099addaarch64_betoprefix_for_target(#1835)fb7eb03ci: allow flaky failure of check-motor (#1836)55149ecci: compile all test targets for cross builds (#1833)609a080ci: run clippy on more targets (#1831)7defff9cargo: fix for minimal-versions (#1825)3108dfeci: update Swatinem/rust-cache (#1830)Updates
ureq-protofrom 0.6.0 to 0.6.1Commits
b05fee80.6.103ced95Bump deps6e796a6Fix missingLICENSE-APACHE.txtfile forApache-2.0license option (#33)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