diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 90e97345..d6588462 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" bytes = "1" futures = "0.3" -base64 = "0.22" +base64 = "0.23" time = "0.3" async-trait = "0.1" tracing = "0.1"