Skip to content

Commit

Permalink
chore(cargo): bump dependencies (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Sep 5, 2024
1 parent 61e728f commit 724b9ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"
Expand Down

0 comments on commit 724b9ab

Please sign in to comment.