Lock file maintenance

This commit is contained in:
renovate[bot] 2024-07-15 03:15:11 +00:00 committed by GitHub
parent 8e76e4fc4e
commit 64e21ea826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
Cargo.lock generated
View file

@ -363,13 +363,12 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.1.4" version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9711f33475c22aab363b05564a17d7b789bf3dfec5ebabb586adee56f0e271b5" checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052"
dependencies = [ dependencies = [
"jobserver", "jobserver",
"libc", "libc",
"once_cell",
] ]
[[package]] [[package]]