Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.111
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent e112719 commit aac3db5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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.33"
proc-macro2 = "1.0.69"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde_json = "1.0.111"
syn = { version = '1.0.109', features = ['full', "extra-traits"] }

[dev-dependencies]
Expand Down

0 comments on commit aac3db5

Please sign in to comment.