From 42b3905f4e42f6104c080004d6fb172e280d0b7e Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Tue, 5 Mar 2024 09:15:24 -0800 Subject: [PATCH] Cleanup patches https://github.com/RustCrypto/block-ciphers/pull/413 has merged --- Cargo.lock | 10 +++++----- Cargo.toml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30ec07c..76b1906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 3 [[package]] name = "aes" version = "0.9.0-pre" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo/bump-cipher/0.5.0-pre.4#bb94e5e71f5320fcaab727ad0c503cca5190da4c" +source = "git+https://github.com/RustCrypto/block-ciphers.git#c577715951ed183b7980a3b7499797723909c1dc" dependencies = [ "cfg-if", "cipher", @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "belt-block" version = "0.2.0-pre" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo/bump-cipher/0.5.0-pre.4#bb94e5e71f5320fcaab727ad0c503cca5190da4c" +source = "git+https://github.com/RustCrypto/block-ciphers.git#c577715951ed183b7980a3b7499797723909c1dc" dependencies = [ "cipher", ] @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "des" version = "0.9.0-pre" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo/bump-cipher/0.5.0-pre.4#bb94e5e71f5320fcaab727ad0c503cca5190da4c" +source = "git+https://github.com/RustCrypto/block-ciphers.git#c577715951ed183b7980a3b7499797723909c1dc" dependencies = [ "cipher", ] @@ -193,7 +193,7 @@ dependencies = [ [[package]] name = "kuznyechik" version = "0.9.0-pre" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo/bump-cipher/0.5.0-pre.4#bb94e5e71f5320fcaab727ad0c503cca5190da4c" +source = "git+https://github.com/RustCrypto/block-ciphers.git#c577715951ed183b7980a3b7499797723909c1dc" dependencies = [ "cipher", ] @@ -207,7 +207,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "magma" version = "0.10.0-pre" -source = "git+https://github.com/baloo/block-ciphers.git?branch=baloo/bump-cipher/0.5.0-pre.4#bb94e5e71f5320fcaab727ad0c503cca5190da4c" +source = "git+https://github.com/RustCrypto/block-ciphers.git#c577715951ed183b7980a3b7499797723909c1dc" dependencies = [ "cipher", ] diff --git a/Cargo.toml b/Cargo.toml index dc510b7..3be7c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ opt-level = 2 [patch.crates-io] # please re-enable the minimal-versions when you remove those patches. # https://github.com/RustCrypto/block-ciphers/pull/413 -aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } -belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } -des = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } -kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } -magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } +aes = { git = "https://github.com/RustCrypto/block-ciphers.git" } +belt-block = { git = "https://github.com/RustCrypto/block-ciphers.git" } +des = { 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" }