Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
unbekanntes-pferd committed Aug 9, 2023
1 parent 0d3ed3c commit 8c60a1f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@ description = "Async API wrapper for DRACOON in Rust."

[dependencies]
# HTTP client
reqwest = {version = "0.11.14", features = ["json", "stream"]}
reqwest = {version = "0.11.18", features = ["json", "stream"]}
reqwest-middleware = "0.2.2"
reqwest-retry = "0.2.2"

# crypto
dco3_crypto = "0.5.0"

# async runtime and utils
tokio = { version = "1.27.0", features = ["full"] }
tokio-util = { version = "0.7.7", features = ["full"] }
async-trait = "0.1.68"
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["full"] }
async-trait = "0.1.72"
async-stream = "0.3.5"
futures-util = "0.3.28"
bytes = "1.4.0"

# parsing
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.178", features = ["derive"] }
serde-xml-rs = "0.6.0"
serde_json = "1.0.95"
serde_json = "1.0.104"

# error handling
thiserror = "1.0.2"
retry-policies = "0.1.0"
thiserror = "1.0.44"
retry-policies = "0.1.2"

# logging and tracing
tracing = "0.1.37"
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}

# utils
url = "2.3.1"
base64 = "0.21.0"
chrono = "0.4.1"
url = "2.4.0"
base64 = "0.21.2"
chrono = "0.4.26"


[dev-dependencies]
mockito = "1.0.2"
mockito = "1.1.0"
tokio-test = "0.4.2"

0 comments on commit 8c60a1f

Please sign in to comment.