Skip to content

Commit 08a7807

Browse files
authored
chore: bump serde_with to 3.9 (#625)
This is a breaking change as `serde_with` ends up in the public API.
1 parent 6a9f124 commit 08a7807

File tree

4 files changed

+85
-34
lines changed

4 files changed

+85
-34
lines changed

Cargo.lock

Lines changed: 82 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starknet-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ starknet-providers = { version = "0.11.0", path = "../starknet-providers" }
1919
starknet-accounts = { version = "0.10.0", path = "../starknet-accounts" }
2020
serde = { version = "1.0.160", features = ["derive"] }
2121
serde_json = "1.0.96"
22-
serde_with = "2.3.2"
22+
serde_with = "3.9.0"
2323
thiserror = "1.0.40"
2424

2525
[dev-dependencies]

starknet-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
2525
serde = { version = "1.0.160", default-features = false, features = ["derive"] }
2626
serde_json = { version = "1.0.96", default-features = false, features = ["alloc", "raw_value"] }
2727
serde_json_pythonic = { version = "0.1.2", default-features = false, features = ["alloc", "raw_value"] }
28-
serde_with = { version = "2.3.2", default-features = false, features = ["alloc", "macros"] }
28+
serde_with = { version = "3.9.0", default-features = false, features = ["alloc", "macros"] }
2929
sha3 = { version = "0.10.7", default-features = false }
3030
starknet-types-core = { version = "0.1.3", default-features = false, features = ["curve", "serde", "num-traits"] }
3131

starknet-providers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ reqwest = { version = "0.11.16", default-features = false, features = ["rustls-t
2525
thiserror = "1.0.40"
2626
serde = "1.0.160"
2727
serde_json = "1.0.96"
28-
serde_with = "2.3.2"
28+
serde_with = "3.9.0"
2929

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

0 commit comments

Comments
 (0)