Skip to content

Commit

Permalink
fix(deps): update serde monorepo to 1.0.192 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent e6d5362 commit 415561d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ integer-sqrt = "0.1.5"
# serialization
binrw = "0.13.1"
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.190" }
serde = { version = "1.0.192" }
serde-aux = "4.2.0"
serde_derive = "1.0.190"
serde_derive = "1.0.192"
serde_json = "1.0.108"
serde_with = { version = "3.4.0", features = ["base64"] }

Expand Down

0 comments on commit 415561d

Please sign in to comment.