From 475403554aff974f529f6eac0c25da6c74450d26 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sun, 9 Nov 2025 12:44:31 -0500 Subject: Remove support for detecting and rejecting databases from historical migration streams. All known instances of that migration stream have long since disappeared, and this lets us get rid of a dependency. --- Cargo.lock | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f7d3337..199e97c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,12 +1231,6 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -[[package]] -name = "hex-literal" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" - [[package]] name = "hkdf" version = "0.12.4" @@ -2061,7 +2055,6 @@ dependencies = [ "faker_rand", "futures", "headers", - "hex-literal", "itertools", "mime", "nix", -- cgit v1.2.3