Skip to content

Commit 33063de

Browse files
committed
Update deps and version to 0.3.3
1 parent bca9c21 commit 33063de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "marshal-rs"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["savannstm <savannstm@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.63.0"
@@ -18,8 +18,8 @@ default = ["dep:serde_json"]
1818
[dependencies]
1919
encoding_rs = "0.8.35"
2020
num-bigint = "0.4.6"
21-
serde_json = { version = "1.0.132", optional = true, features = ["preserve_order"] }
22-
sonic-rs = { version = "0.3.14", optional = true }
21+
serde_json = { version = "1.0.135", optional = true, features = ["preserve_order"] }
22+
sonic-rs = { version = "0.3.17", optional = true }
2323

2424
[dev-dependencies]
2525
rayon = "1.10.0"

0 commit comments

Comments
 (0)