diff --git a/Cargo.toml b/Cargo.toml index d0e3b10..44c5697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ name = "passivized_docker_engine_client" readme = "README.md" repository = "https://github.com/iamjpotts/passivized_docker_engine_client" rust-version = "1.75" -version = "0.0.10-alpha" +version = "0.0.10" [dependencies] -base64 = "0.21" +base64 = "0.22" byteorder = "1.4" const-str = "0.5" serde = { version = "1.0", features = ["derive"] } @@ -30,12 +30,12 @@ log = "0.4" time = { version = "0.3", features = ["parsing"] } thiserror = "1.0" tokio = { version = "1.32", features = ["macros", "rt-multi-thread"] } -url = "2.3" +url = "2.5.2" [dev-dependencies] backoff = { version = "0.4", features = ["futures", "tokio"] } http = "1.0" -itertools = "0.12" +itertools = "0.13" mockito = "1.2" native-tls = "0.2" openssl = "0.10.35" diff --git a/deny.toml b/deny.toml index 7353f0f..9ee893b 100644 --- a/deny.toml +++ b/deny.toml @@ -9,7 +9,6 @@ version = 2 [licenses] allow = [ "Apache-2.0", - "BSD-3-Clause", "MIT", "MPL-2.0", "Unicode-DFS-2016",