Skip to content

Commit

Permalink
Update bytes, serde, serde_json crates
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Aug 8, 2024
1 parent 5b0a1c7 commit 9cee9b5
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,16 +13,16 @@ edition = "2021"


[dependencies]
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.205", 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.120"
serde_json = "1.0.122"
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.6.1"
bytes = "1.7.1"
byteorder = "1.5.0"
hex = "0.4.3"
hex-literal = "0.4.1"
Expand Down

0 comments on commit 9cee9b5

Please sign in to comment.