aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-18 17:00:16 +0000
committerGitHub <noreply@github.com>2024-10-18 17:00:16 +0000
commit1bda5a6eabfb6f9ae9dbad2b914a60c040a34d6d (patch)
treecb57fec886b0f87bb2a45a865c34c0e32f70e21f
parent0cb30153a6494c2ebe708e43686f6680281453ed (diff)
downloadservo-1bda5a6eabfb6f9ae9dbad2b914a60c040a34d6d.tar.gz
servo-1bda5a6eabfb6f9ae9dbad2b914a60c040a34d6d.zip
build(deps): bump libc from 0.2.160 to 0.2.161 (#33899)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.160 to 0.2.161. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.160...0.2.161) --- updated-dependencies: - dependency-name: libc 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 63a990e35d3..accb8985b8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4032,9 +4032,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "libc"
-version = "0.2.160"
+version = "0.2.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f"
+checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
[[package]]
name = "libdbus-sys"