From 9e81dc9731d13f8f46687a2f837137130859aaf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:34:04 +0000 Subject: [PATCH] chore(deps): bump git-internal from 0.7.6 to 0.8.0 Bumps [git-internal](https://github.com/web3infra-foundation/libra) from 0.7.6 to 0.8.0. - [Release notes](https://github.com/web3infra-foundation/libra/releases) - [Changelog](https://github.com/web3infra-foundation/libra/blob/main/CHANGELOG.md) - [Commits](https://github.com/web3infra-foundation/libra/commits) --- updated-dependencies: - dependency-name: git-internal dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 61 +++++++++++++++++++++++++++++++----------------------- Cargo.toml | 2 +- 2 files changed, 36 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b166986e..be10bbc84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -212,7 +212,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1271,7 +1271,7 @@ dependencies = [ "chrono", "common", "futures", - "git-internal 0.7.6", + "git-internal 0.8.0", "hex", "io-orbit", "jupiter", @@ -1475,7 +1475,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] @@ -1502,7 +1502,7 @@ dependencies = [ "config", "directories", "envsubst", - "git-internal 0.7.6", + "git-internal 0.8.0", "idgenerator", "pgp", "redis", @@ -2348,7 +2348,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2739,7 +2739,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3163,7 +3163,7 @@ dependencies = [ "serde", "sha1 0.10.6", "sha2 0.10.9", - "similar", + "similar 2.7.0", "tempfile", "thiserror 2.0.18", "threadpool", @@ -3177,9 +3177,9 @@ dependencies = [ [[package]] name = "git-internal" -version = "0.7.6" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514e1c3227f3ade4a4ea2fadcf80936b034cf75ec52e9deabea34594804622c9" +checksum = "a6cf3e1d5638e4c948c95da6539c537d5dbeb2d62964dc331eb614a1ea241f79" dependencies = [ "ahash 0.8.12", "async-trait", @@ -3209,9 +3209,9 @@ dependencies = [ "sea-orm", "serde", "serde_json", - "sha1 0.10.6", - "sha2 0.10.9", - "similar", + "sha1 0.11.0", + "sha2 0.11.0", + "similar 3.1.1", "tempfile", "thiserror 2.0.18", "threadpool", @@ -3712,7 +3712,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.4", "system-configuration", "tokio", "tower-service", @@ -4210,7 +4210,7 @@ dependencies = [ "chrono", "common", "futures", - "git-internal 0.7.6", + "git-internal 0.8.0", "hex", "hmac 0.13.0", "idgenerator", @@ -4974,7 +4974,7 @@ dependencies = [ "ctrlc", "ed25519-dalek 2.2.0", "futures", - "git-internal 0.7.6", + "git-internal 0.8.0", "http", "jemallocator", "jupiter", @@ -5153,7 +5153,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6611,7 +6611,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.5.10", + "socket2 0.6.4", "thiserror 2.0.18", "tokio", "tracing", @@ -6649,7 +6649,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.4", "tracing", "windows-sys 0.60.2", ] @@ -7548,7 +7548,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -7616,7 +7616,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -8425,6 +8425,15 @@ version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" +[[package]] +name = "similar" +version = "3.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16" +dependencies = [ + "bstr", +] + [[package]] name = "siphasher" version = "1.0.3" @@ -8510,7 +8519,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8863,7 +8872,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -9166,7 +9175,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -9175,7 +9184,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -10480,7 +10489,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 392f822cd..f73adcc01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ saturn = { path = "saturn" } orion = { path = "orion" } orion-client = { path = "clients/orion-client" } -git-internal = "0.7.6" +git-internal = "0.8.0" libvault-core = "0.1.0" #====