From 8a70f23e318bffeb67e6f6cf9d908fe80d61d054 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Mon, 24 Feb 2025 08:39:54 -0800 Subject: [PATCH] Move back git pin to master branch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b20d0a465..e25126e95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "hmac" version = "0.13.0-pre.4" -source = "git+https://github.com/baloo/MACs.git?branch=baloo%2Fedition-2024#cea718c1fcec0504c7ba030a2ad465d7b1881047" +source = "git+https://github.com/RustCrypto/MACs.git#c7cbed0bd3f7026cc01251cd4602d0db4d0495b9" dependencies = [ "digest 0.11.0-pre.10 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 583ea8839..8c3861fb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ sha2 = { git = "https://github.com/RustCrypto/hashes" } sha3 = { git = "https://github.com/RustCrypto/hashes" } # https://github.com/RustCrypto/MACs/pull/178 -hmac = { git = "https://github.com/baloo/MACs.git", branch = "baloo/edition-2024" } +hmac = { git = "https://github.com/RustCrypto/MACs.git" } # https://github.com/RustCrypto/crypto-bigint/pull/762 # https://github.com/RustCrypto/crypto-bigint/pull/765