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.toml | |
| 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.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"] } |
