Skip to content

Commit

Permalink
feat(deps): update rust crate serde_json to 1.0.107 (#117)
Browse files Browse the repository at this point in the history
chore(deps): update rust crate serde_json to 1.0.107

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 9827098 commit 513a80a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/marine-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all-features = true
quote = "1.0.23"
proc-macro2 = "1.0.69"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.94"
serde_json = "1.0.107"
syn = { version = '1.0.109', features = ['full', "extra-traits"] }

[dev-dependencies]
Expand Down

0 comments on commit 513a80a

Please sign in to comment.