diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-30 16:54:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 16:54:23 +0000 |
commit | b125bb6b6aa095fc287f279a13e6ff423deb3b0f (patch) | |
tree | d837c4e1597c97118221967fdff0ce31fcff1417 | |
parent | f1c291853e331329271efba52a03ba5049e8358b (diff) | |
download | servo-b125bb6b6aa095fc287f279a13e6ff423deb3b0f.tar.gz servo-b125bb6b6aa095fc287f279a13e6ff423deb3b0f.zip |
build(deps): bump core-foundation from 0.9.3 to 0.9.4 (#30801)
Bumps [core-foundation](https://github.com/servo/core-foundation-rs) from 0.9.3 to 0.9.4.
- [Commits](https://github.com/servo/core-foundation-rs/commits)
---
updated-dependencies:
- dependency-name: core-foundation
dependency-type: indirect
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index df8186c0368..e674487bf9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1040,9 +1040,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ "core-foundation-sys", "libc", @@ -1050,9 +1050,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" +checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "core-graphics" |