Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Aug 26, 2024
1 parent 52ffec0 commit 80ffaff
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 131 deletions.
177 changes: 66 additions & 111 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pumpkin-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = "2.0.72"
quote = "1.0.37"
syn = "2.0.76"
2 changes: 1 addition & 1 deletion pumpkin-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
# to parse strings to json responses
serde_json = "1.0"

flate2 = "1.0.31"
flate2 = "1.0.33"

thiserror = "1.0.63"
log = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions pumpkin-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ rayon.workspace = true
itertools = "0.13.0"
thiserror = "1.0.63"
futures = "0.3.30"
flate2 = "1.0.31"
serde = { version = "1.0.205", features = ["derive"] }
flate2 = "1.0.33"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.5.0"
serde_json = "1.0.122"
serde_json = "1.0"

num-traits = "0.2"
num-derive = "0.4"
Loading

0 comments on commit 80ffaff

Please sign in to comment.