Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 10, 2022
1 parent 4b5cb92 commit 481c85f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract-metadata = { version = "2.0.0-alpha.4", path = "../metadata" }
transcode = { package = "contract-transcode", version = "2.0.0-alpha.4", path = "../transcode" }
semver = { version = "1.0.14", features = ["serde"] }
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.86"
tempfile = "3.3.0"
url = { version = "2.3.1", features = ["serde"] }
impl-serde = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]
impl-serde = "0.4.0"
semver = { version = "1.0.14", features = ["serde"] }
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.86"
url = { version = "2.3.1", features = ["serde"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nom-supreme = { version = "0.7.0", features = ["error"] }
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.86"
sp-core = "6.0.0"
sp-runtime = "6.0.0"

Expand Down

0 comments on commit 481c85f

Please sign in to comment.