From 1028f618004b985204a5557f7101efaab61e66e8 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Thu, 27 Feb 2025 19:24:46 -0800 Subject: [PATCH] Move back git pin to master branch --- Cargo.lock | 10 +++++----- Cargo.toml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf7fb65..42e7437 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 4 [[package]] name = "aes" version = "0.9.0-pre.2" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo%2Fedition-2024#cc3c0c08f89d33935ea047faf0f501e50e0f89b0" +source = "git+https://github.com/RustCrypto/block-ciphers.git#0ab21fa42149e81ec34fefbc937ef8b2be8caa61" dependencies = [ "cfg-if", "cipher", @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "belt-block" version = "0.2.0-pre.2" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo%2Fedition-2024#cc3c0c08f89d33935ea047faf0f501e50e0f89b0" +source = "git+https://github.com/RustCrypto/block-ciphers.git#0ab21fa42149e81ec34fefbc937ef8b2be8caa61" dependencies = [ "cipher", ] @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "des" version = "0.9.0-pre.2" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo%2Fedition-2024#cc3c0c08f89d33935ea047faf0f501e50e0f89b0" +source = "git+https://github.com/RustCrypto/block-ciphers.git#0ab21fa42149e81ec34fefbc937ef8b2be8caa61" dependencies = [ "cipher", ] @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "kuznyechik" version = "0.9.0-pre.2" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo%2Fedition-2024#cc3c0c08f89d33935ea047faf0f501e50e0f89b0" +source = "git+https://github.com/RustCrypto/block-ciphers.git#0ab21fa42149e81ec34fefbc937ef8b2be8caa61" dependencies = [ "cfg-if", "cipher", @@ -189,7 +189,7 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "magma" version = "0.10.0-pre.2" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo%2Fedition-2024#cc3c0c08f89d33935ea047faf0f501e50e0f89b0" +source = "git+https://github.com/RustCrypto/block-ciphers.git#0ab21fa42149e81ec34fefbc937ef8b2be8caa61" dependencies = [ "cipher", ] diff --git a/Cargo.toml b/Cargo.toml index e06bdb0..5962eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ sha2 = { git = "https://github.com/RustCrypto/hashes.git" } streebog = { git = "https://github.com/RustCrypto/hashes.git" } # https://github.com/RustCrypto/block-ciphers/pull/472 -aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" } -des = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" } -belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" } -kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" } -magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" } +aes = { git = "https://github.com/RustCrypto/block-ciphers.git" } +des = { git = "https://github.com/RustCrypto/block-ciphers.git" } +belt-block = { git = "https://github.com/RustCrypto/block-ciphers.git" } +kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" } +magma = { git = "https://github.com/RustCrypto/block-ciphers.git" }