diff --git a/Cargo.lock b/Cargo.lock index 8b53b898..da4b5af8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,8 +31,9 @@ checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" [[package]] name = "blobby" -version = "0.4.0-pre.0" -source = "git+https://github.com/RustCrypto/utils#adfccfea2686ef191b607f653cc3587753b6ec66" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89af0b093cc13baa4e51e64e65ec2422f7e73aea0e612e5ad3872986671622f1" [[package]] name = "block-buffer" @@ -310,9 +311,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3160422bbd54dd5ecfdca71e5fd59b7b8fe2b1697ab2baf64f6d05dcc66d298" +checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rustix" diff --git a/Cargo.toml b/Cargo.toml index 3f749e4c..26910c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,3 @@ members = [ [profile.dev] opt-level = 2 - -[patch.crates-io] -# https://github.com/RustCrypto/utils/pull/1187 -blobby = { git = "https://github.com/RustCrypto/utils" } diff --git a/chacha20/tests/data/chacha20-legacy.blb b/chacha20/tests/data/chacha20-legacy.blb index 905ae84a..f9309be3 100644 Binary files a/chacha20/tests/data/chacha20-legacy.blb and b/chacha20/tests/data/chacha20-legacy.blb differ diff --git a/chacha20/tests/data/chacha20.blb b/chacha20/tests/data/chacha20.blb index 971f3057..2b63c3a0 100644 Binary files a/chacha20/tests/data/chacha20.blb and b/chacha20/tests/data/chacha20.blb differ diff --git a/salsa20/tests/data/ecrypt.blb b/salsa20/tests/data/ecrypt.blb index d589bfdf..5621690b 100644 Binary files a/salsa20/tests/data/ecrypt.blb and b/salsa20/tests/data/ecrypt.blb differ