diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-19 19:05:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-19 13:35:02 +0000 |
commit | ba68a8f67ceb4893b6ee6896ba7b7213bea1d393 (patch) | |
tree | 6cf477a79f038003817d5209d95070968c7f817d | |
parent | 76bedf28e09703abd99f8cf8e7099459ea79cb83 (diff) | |
download | servo-ba68a8f67ceb4893b6ee6896ba7b7213bea1d393.tar.gz servo-ba68a8f67ceb4893b6ee6896ba7b7213bea1d393.zip |
build(deps): bump cc from 1.1.30 to 1.1.31 (#33916)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.30 to 1.1.31.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.30...cc-v1.1.31)
---
updated-dependencies:
- dependency-name: cc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7753652d69d..6a5c37011a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -719,9 +719,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.30" +version = "1.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" +checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" dependencies = [ "jobserver", "libc", @@ -8450,7 +8450,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] |