Skip to content

Commit

Permalink
Update crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Oct 27, 2024
1 parent 78d2b89 commit 16239da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"


[dependencies]
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_path_to_error = "0.1.16"
serde_with = { version = "3.11.0", features = ["base64"] }
serde-xml-rs = "0.6.0"
Expand All @@ -31,12 +31,12 @@ bstr = "1.10.0"
num_enum = "0.7.3"
base64 = "0.22.1"
tracing = { version = "0.1.40", features = ["attributes"] }
anyhow = "1.0.90"
anyhow = "1.0.91"

[dev-dependencies]
clap = { version = "=4.4.18", features = ["cargo", "unicode", "wrap_help"] }
reqwest = { version = "0.12.8", features = ["blocking"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "time", "macros"] }
tokio = { version = "1.41.0", features = ["rt-multi-thread", "time", "macros"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] }
test-log = { version = "0.2.16", features = ["trace"] }
pretty_assertions = "1.4.1"
Expand Down

0 comments on commit 16239da

Please sign in to comment.