diff --git a/postgresql_archive/Cargo.toml b/postgresql_archive/Cargo.toml index c415a65..94bcdc9 100644 --- a/postgresql_archive/Cargo.toml +++ b/postgresql_archive/Cargo.toml @@ -30,7 +30,7 @@ serde_json = { workspace = true, optional = true } sha1 = { workspace = true, optional = true } sha2 = { workspace = true, optional = true } tar = { workspace = true, optional = true } -target-triple = { workspace = true, optional = true } +target-triple = { workspace = true } tempfile = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true, features = ["full"], optional = true } @@ -54,7 +54,6 @@ default = [ blocking = ["dep:tokio"] github = [ "dep:serde_json", - "dep:target-triple", ] indicatif = [ "dep:tracing-indicatif" @@ -79,7 +78,6 @@ tar-xz = [ "dep:tar", ] theseus = [ - "dep:target-triple", "github", "sha2", "tar-gz",