diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-11-09 12:44:31 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-11-09 13:20:22 -0500 |
| commit | 475403554aff974f529f6eac0c25da6c74450d26 (patch) | |
| tree | 87fbe5aa808c7d5db9c2f9c1cfab68283e56c30a /Cargo.lock | |
| parent | e46e281550e3cbbd8a10473fbb94abed763a6501 (diff) | |
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.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1232,12 +1232,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2061,7 +2055,6 @@ dependencies = [ "faker_rand", "futures", "headers", - "hex-literal", "itertools", "mime", "nix", |
