Skip to content

Commit

Permalink
chore: bump serde_with to 3.9
Browse files Browse the repository at this point in the history
This is a breaking change as `serde_with` ends up in the public API.
  • Loading branch information
tcoratger authored and xJonathanLEI committed Jul 15, 2024
1 parent 6a9f124 commit ba6d387
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 34 deletions.
113 changes: 82 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion starknet-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ starknet-providers = { version = "0.11.0", path = "../starknet-providers" }
starknet-accounts = { version = "0.10.0", path = "../starknet-accounts" }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde_with = "2.3.2"
serde_with = "3.9.0"
thiserror = "1.0.40"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion starknet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
serde = { version = "1.0.160", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.96", default-features = false, features = ["alloc", "raw_value"] }
serde_json_pythonic = { version = "0.1.2", default-features = false, features = ["alloc", "raw_value"] }
serde_with = { version = "2.3.2", default-features = false, features = ["alloc", "macros"] }
serde_with = { version = "3.9.0", default-features = false, features = ["alloc", "macros"] }
sha3 = { version = "0.10.7", default-features = false }
starknet-types-core = { version = "0.1.3", default-features = false, features = ["curve", "serde", "num-traits"] }

Expand Down
2 changes: 1 addition & 1 deletion starknet-providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ reqwest = { version = "0.11.16", default-features = false, features = ["rustls-t
thiserror = "1.0.40"
serde = "1.0.160"
serde_json = "1.0.96"
serde_with = "2.3.2"
serde_with = "3.9.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.9", features = ["js"] }
Expand Down

0 comments on commit ba6d387

Please sign in to comment.