diff --git a/Cargo.toml b/Cargo.toml index f79ba2d..64c394f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" serde_json_canonicalizer = "0.2.0" thiserror = "1.0" url = { version = "2.2", features = ["serde"] } -ya-client-model = "0.6" +ya-client-model = "0" [dev-dependencies] test-case = "3.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 09bab09..087cfdd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] } crossterm = { version = "0.26.1", optional = true } tui = { package = "ratatui", version = "0.21.0", optional = true } url = { version = "2.3", features = ["serde"], optional = true } -ya-client-model = { version = "0.6", optional = true } +ya-client-model = { version = "0", optional = true } openpgp-card = { version = "0.3.5", optional = true } openpgp-card-pcsc = { version = "0.3.1", optional = true }