diff --git a/Cargo.toml b/Cargo.toml index 1e4ec4e..5cc7e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sha1 = "0.10" rsa = "0.9" p256 = { version = "0.13", features = ["ecdsa"] } pkcs8 = "0.10" -roxmltree = "0.20" +roxmltree = "0.21" ureq = { version = "3", default-features = false, features = ["rustls-no-provider"] } rustls = { version = "0.23", default-features = false, features = ["aws_lc_rs", "logging", "std", "tls12"] } tokio = { version = "1", features = ["rt-multi-thread"] }