Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.93 (#1456)
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 Feb 13, 2023
1 parent 1aab9f7 commit 563d84d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ parking_lot = "0.12.1"
async-std = { version = "1.12.0", features = ["unstable"] }
uuid = { version = "1.3.0", features = ["v4"] }
derivative = "2.2.0"
serde_json = "1.0.91"
serde_json = "1.0.93"
fstrings = "0.2.3"
maplit = "1.0.2"
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion crates/builtins-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
fstrings = { workspace = true }
eyre = { workspace = true }
maplit = { workspace = true }
serde_json = "1.0.91"
serde_json = "1.0.93"
serde = { workspace = true }
log = "0.4.17"
libp2p = { workspace = true }
Expand Down

0 comments on commit 563d84d

Please sign in to comment.