Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 16, 2023
1 parent 743a138 commit 21b3fcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 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 aer_upd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aer_web = { path = "../aer_web" }
lazy_static = { version = "1.4.0", optional = true }
log = "0.4.14"
serde = { version = "1.0.126", optional = true }
serde_json = { version = "1.0.64", optional = true }
serde_json = { version = "1.0.97", optional = true }
toml = { version = "0.5.8", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 21b3fcc

Please sign in to comment.