Skip to content

Commit

Permalink
Bump serde_json from 1.0.80 to 1.0.81
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.80...v1.0.81)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 4, 2022
1 parent 3056583 commit c174a67
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 @@ -41,7 +41,7 @@ blake2 = "0.10.4"
contract-metadata = { version = "0.6.0", path = "./metadata" }
semver = { version = "1.0.9", features = ["serde"] }
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
serde_json = "1.0.80"
serde_json = "1.0.81"
tempfile = "3.3.0"
url = { version = "2.2.2", features = ["serde"] }
impl-serde = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "lib.rs"
impl-serde = "0.3.2"
semver = { version = "1.0.9", features = ["serde"] }
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
serde_json = "1.0.80"
serde_json = "1.0.81"
url = { version = "2.2.2", features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit c174a67

Please sign in to comment.