Skip to content

Commit

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

---
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 Aug 16, 2023
1 parent a3f94d3 commit 1b6584a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing = "0.1.37"
parity-wasm = { version = "0.45.0", features = ["sign_ext"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
tempfile = "3.7.1"
term_size = "0.3.2"
url = { version = "2.4.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
which = "4.4.0"
colored = "2.0.4"
serde_json = "1.0.104"
serde_json = "1.0.105"
url = { version = "2.4.0", features = ["serde"] }


Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing = "0.1.37"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
colored = "2.0.4"
serde = { version = "1.0.183", default-features = false, features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
url = { version = "2.4.0", features = ["serde"] }
rust_decimal = "1.31"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
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.18", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
url = { version = "2.4.0", features = ["serde"] }
anyhow = "1.0.73"

Expand Down
2 changes: 1 addition & 1 deletion crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
scale-info = { version = "2.8.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.183", default-features = false, features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
thiserror = "1.0.45"
strsim = "0.10.0"

Expand Down

0 comments on commit 1b6584a

Please sign in to comment.