Merge pull request 'chore(deps): update rust crate interprocess to v2.2.3' (#214) from renovate/interprocess-2.x-lockfile into master
Some checks are pending
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux

Reviewed-on: #214
This commit is contained in:
Lucas Schwiderski 2025-04-21 17:00:39 +02:00
commit 1e1fa54a57
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

4
Cargo.lock generated
View file

@ -1833,9 +1833,9 @@ dependencies = [
[[package]] [[package]]
name = "interprocess" name = "interprocess"
version = "2.2.1" version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f4e4a06d42fab3e85ab1b419ad32b09eab58b901d40c57935ff92db3287a13" checksum = "d941b405bd2322993887859a8ee6ac9134945a24ec5ec763a8a962fc64dfec2d"
dependencies = [ dependencies = [
"doctest-file", "doctest-file",
"libc", "libc",