Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Sep 22, 2024
1 parent d6fee86 commit 977c0b5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@ edition = "2021"


[dependencies]
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_path_to_error = "0.1.16"
serde_with = { version = "3.9.0", features = ["base64"] }
serde-xml-rs = "0.6.0"
serde_json = "1.0.125"
serde_json = "1.0.128"
zerocopy = { version = "0.7.35", features = ["derive"] }
quick-xml = { version = "0.36.1", features = ["serialize", "overlapped-lists", "serde-types"] }
prost = { version = "0.13.1", features = ["prost-derive"] }
prost-types = "0.13.1"
bytes = "1.7.1"
quick-xml = { version = "0.36.2", features = ["serialize", "overlapped-lists", "serde-types"] }
prost = { version = "0.13.3", features = ["prost-derive"] }
prost-types = "0.13.3"
bytes = "1.7.2"
byteorder = "1.5.0"
hex = "0.4.3"
hex-literal = "0.4.1"
hxdmp = "0.2.1"
bstr = "1.10.0"
num_enum = "0.7.2"
num_enum = "0.7.3"
base64 = "0.22.1"
tracing = { version = "0.1.40", features = ["attributes"] }
anyhow = "1.0.86"
anyhow = "1.0.89"

[dev-dependencies]
clap = { version = "=4.4.18", features = ["cargo", "unicode", "wrap_help"] }
reqwest = { version = "0.12.7", features = ["blocking"] }
tokio = { version = "1.39.3", features = ["rt-multi-thread", "time", "macros"] }
tokio = { version = "1.40.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.0"
pretty_assertions = "1.4.1"

[features]
vendored-protoc = ["dep:protobuf-src"]

[build-dependencies]
prost-build = { version = "0.13.1" }
prost-build = { version = "0.13.3" }
protobuf-src = { version = "2.1.0", optional = true }

[profile.release]
Expand Down

0 comments on commit 977c0b5

Please sign in to comment.