diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-14 17:19:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 17:19:39 +0000 |
commit | d3209040ced94230298acc1c9173eca5f860ab18 (patch) | |
tree | 67efd5bf20b5e3a0da62d4d7a8d667ccae108a1d | |
parent | cfbc10aefeab22c213be19d5c3bdfb910d0aa2c9 (diff) | |
download | servo-d3209040ced94230298acc1c9173eca5f860ab18.tar.gz servo-d3209040ced94230298acc1c9173eca5f860ab18.zip |
build(deps): bump cc from 1.1.10 to 1.1.11 (#33051)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.10 to 1.1.11.
- [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.10...cc-v1.1.11)
---
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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 876df6b7955..a8ddc93607f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,12 +684,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.10" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292" +checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -7905,7 +7906,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]] |