From ee518c2569278e720b16d0bb9e939173a498e35f Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 3 Sep 2024 16:08:10 +0200 Subject: [PATCH] chore(cargo): bump dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a883321..a2b9d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ percent-encoding = "2.1.0" zeroize = "1" # optional -base64 = { version = "0.21", optional = true } -quick-xml = { version = "0.30", features = ["serialize"], optional = true } +base64 = { version = "0.22", optional = true } +quick-xml = { version = "0.36", features = ["serialize"], optional = true } md-5 = { version = "0.10", optional = true } serde = { version = "1", features = ["derive"], optional = true } serde_json = { version = "1", optional = true } @@ -33,11 +33,11 @@ full = ["dep:base64", "dep:quick-xml", "dep:md-5", "dep:serde", "dep:serde_json" [dev-dependencies] tokio = { version = "1.0.1", features = ["macros", "fs", "rt-multi-thread"] } -reqwest = "0.11" +reqwest = "0.12" getrandom = "0.2" hex = "0.4" pretty_assertions = "1" -criterion = "0.3.3" +criterion = "0.5" [[bench]] name = "actions"