From d595a1cae6bc61b731f88db5a366115ac2f5b4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:34:51 +0000 Subject: [PATCH] chore(deps): bump git-internal from 0.7.3 to 0.7.4 Bumps [git-internal](https://github.com/web3infra-foundation/libra) from 0.7.3 to 0.7.4. - [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.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb596a6de..b6fd9966a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1175,7 +1175,7 @@ dependencies = [ "chrono", "common", "futures", - "git-internal 0.7.3", + "git-internal 0.7.4", "hex", "io-orbit", "jupiter", @@ -1398,7 +1398,7 @@ dependencies = [ "config", "directories", "envsubst", - "git-internal 0.7.3", + "git-internal 0.7.4", "idgenerator", "pgp 0.15.0", "redis", @@ -2898,9 +2898,9 @@ dependencies = [ [[package]] name = "git-internal" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be61243a9a42c5225be504ce2088a7b5d2df8bd6c0e671a17753d7b3b27ee42a" +checksum = "1f95b77312537adc761499b8013f45ee6f5f7b342e4f9cba7ee8717f9ea55a86" dependencies = [ "ahash 0.8.12", "async-trait", @@ -2930,8 +2930,8 @@ dependencies = [ "sea-orm", "serde", "serde_json", - "sha1 0.10.6", - "sha2 0.10.9", + "sha1 0.11.0", + "sha2 0.11.0", "similar", "tempfile", "thiserror 2.0.18", @@ -3835,7 +3835,7 @@ dependencies = [ "chrono", "common", "futures", - "git-internal 0.7.3", + "git-internal 0.7.4", "hex", "hmac 0.13.0", "idgenerator", @@ -4523,7 +4523,7 @@ dependencies = [ "ctrlc", "ed25519-dalek", "futures", - "git-internal 0.7.3", + "git-internal 0.7.4", "http", "jemallocator", "jupiter", diff --git a/Cargo.toml b/Cargo.toml index 895a0f96f..08a041603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ bellatrix = { path = "orion-server/bellatrix" } context = { path = "context" } -git-internal = "0.7.3" +git-internal = "0.7.4" libvault-core = "0.1.0" #====