Skip to content

Commit

Permalink
Update deps and version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
savannstm committed Jan 8, 2025
1 parent bca9c21 commit 33063de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marshal-rs"
version = "0.3.2"
version = "0.3.3"
authors = ["savannstm <[email protected]>"]
edition = "2021"
rust-version = "1.63.0"
Expand All @@ -18,8 +18,8 @@ default = ["dep:serde_json"]
[dependencies]
encoding_rs = "0.8.35"
num-bigint = "0.4.6"
serde_json = { version = "1.0.132", optional = true, features = ["preserve_order"] }
sonic-rs = { version = "0.3.14", optional = true }
serde_json = { version = "1.0.135", optional = true, features = ["preserve_order"] }
sonic-rs = { version = "0.3.17", optional = true }

[dev-dependencies]
rayon = "1.10.0"

0 comments on commit 33063de

Please sign in to comment.