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.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1f5fa3d..93531d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,6 @@ chrono = { version = "0.4.39", features = ["serde"] } clap = { version = "4.5.30", features = ["derive", "env"] } futures = "0.3.31" headers = "0.4.0" -hex-literal = "0.4.1" itertools = "0.14.0" mime = "0.3.17" nix = { version = "0.30.1", features = ["fs"] } -- cgit v1.2.3