Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.104
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent 743a138 commit b7639e9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 25 deletions.
71 changes: 47 additions & 24 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.104", optional = true }
toml = { version = "0.5.8", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit b7639e9

Please sign in to comment.