Skip to content

Commit

Permalink
Update deps (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Feb 25, 2024
1 parent 39fa999 commit 74b8fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ flate2 = "1.0.20"
zstd = "0.13"
lz4 = "1.24"
string = "0.3.0"
derive_builder = "0.12.0"
derive_builder = "0.20.0"
paste = "1.0.7"
crc32c = "0.6.4"
4 changes: 2 additions & 2 deletions protocol_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Inflector = { version = "0.11.4", default-features = false }
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.48"
serde_plain = "1.0.1"
parse-display = "0.8.1"
parse-display = "0.9.0"
json_comments = "0.2.0"
assert-json-diff = "2.0.2"
git2 = "0.17"
git2 = "0.18"

0 comments on commit 74b8fba

Please sign in to comment.