Skip to content

Commit

Permalink
Update quick-xml and prost crates
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jul 22, 2024
1 parent f34b92e commit b9b5acf
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 @@ -19,9 +19,9 @@ serde_with = { version = "3.9.0", features = ["base64"] }
serde-xml-rs = "0.6.0"
serde_json = "1.0.120"
zerocopy = { version = "0.7.35", features = ["derive"] }
quick-xml = { version = "0.35.0", features = ["serialize", "overlapped-lists", "serde-types"] }
prost = { version = "0.12.6", features = ["prost-derive"] }
prost-types = "0.12.6"
quick-xml = { version = "0.36.0", features = ["serialize", "overlapped-lists", "serde-types"] }
prost = { version = "0.13.1", features = ["prost-derive"] }
prost-types = "0.13.1"
bytes = "1.6.1"
byteorder = "1.5.0"
hex = "0.4.3"
Expand All @@ -46,7 +46,7 @@ default = ["vendored-protoc"]
vendored-protoc = ["dep:protobuf-src"]

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

[profile.release]
Expand Down

0 comments on commit b9b5acf

Please sign in to comment.