Skip to content

Commit

Permalink
build: other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Aug 23, 2024
1 parent b64c27f commit 756e350
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/rs-dapi-grpc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ description = "Macros used by dapi-grpc. Internal use only."
proc-macro = true

[dependencies]
quote = "1.0.33"
syn = "2.0.38"
quote = "1.0.37"
syn = "2.0.75"
heck = "0.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-json-schema-compatibility-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rust-version.workspace = true
authors = ["Ivan Shumkov <[email protected]>"]

[dependencies]
json-patch = "1.2.0"
json-patch = "1.4"
serde_json = "1.0.115"
thiserror = "1.0.58"
once_cell = "1.19.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/rs-platform-serialization-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.56"
virtue = "0.0.14"
quote = "1.0.26"
syn = "2.0.15"
virtue = "0.0.17"
quote = "1.0.37"
syn = "2.0.75"
4 changes: 2 additions & 2 deletions packages/rs-platform-value-convertible/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ license = "MIT"
proc-macro = true

[dependencies]
quote = "1.0.26"
syn = "2.0.15"
quote = "1.0.37"
syn = "2.0.75"
4 changes: 2 additions & 2 deletions packages/rs-platform-versioning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.56"
quote = "1.0.26"
syn = "2.0.15"
quote = "1.0.37"
syn = "2.0.75"
4 changes: 2 additions & 2 deletions packages/wasm-dpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dpp = { path = "../rs-dpp", default-features = false, features = [
"document-value-conversion",
"document-json-conversion",
] }
itertools = { version = "0.10.5" }
itertools = { version = "0.13" }
log = { version = "0.4.6" }
wasm-logger = { version = "0.2.0" }
num_enum = "0.5.7"
num_enum = "0.7"
hex = { version = "0.4" }
paste = "1.0.14"
anyhow = { version = "1.0.75" }
Expand Down

0 comments on commit 756e350

Please sign in to comment.