diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-07 12:59:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 07:29:27 +0000 |
commit | 46152401aacae6e231d1b4cbe220de4ce261891a (patch) | |
tree | 92e5221871d104aa682ab3265ce7d759bf6a8d64 | |
parent | 3921f32db8dab8bfcddcfcdaba8344443ec6678a (diff) | |
download | servo-46152401aacae6e231d1b4cbe220de4ce261891a.tar.gz servo-46152401aacae6e231d1b4cbe220de4ce261891a.zip |
build(deps): bump cc from 1.0.96 to 1.0.97 (#32238)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.96 to 1.0.97.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.96...1.0.97)
---
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1f0838bb4ab..6d491e076e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.96" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd" +checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" dependencies = [ "jobserver", "libc", |