diff --git a/Cargo.lock b/Cargo.lock index ae2827a..adaa073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler2" @@ -712,9 +712,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.19.0" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" +checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ "bitflags 2.10.0", "libc", @@ -1081,9 +1081,9 @@ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libgit2-sys" -version = "0.17.0+1.8.1" +version = "0.18.3+1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" +checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" dependencies = [ "cc", "libc", diff --git a/src/ephapax-package/Cargo.toml b/src/ephapax-package/Cargo.toml index 831b350..903052f 100644 --- a/src/ephapax-package/Cargo.toml +++ b/src/ephapax-package/Cargo.toml @@ -21,7 +21,7 @@ toml = "0.8" thiserror = { workspace = true } semver = "1.0" indexmap = "2" -git2 = "0.19" +git2 = "0.20" reqwest = { version = "0.12", features = ["blocking", "json"] } sha2 = "0.10" home = "0.5"