Skip to content

Commit

Permalink
Bump serde_json from 1.0.113 to 1.0.114
Browse files Browse the repository at this point in the history
Bumps [serde_json](/~https://github.com/serde-rs/json) from 1.0.113 to 1.0.114.
- [Release notes](/~https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

---
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 Feb 20, 2024
1 parent a292901 commit b880dbc
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.40"
parity-wasm = { version = "0.45.0"}
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.114"
tempfile = "3.10.0"
term_size = "0.3.2"
url = { version = "2.5.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 @@ -31,7 +31,7 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
which = "6.0.0"
colored = "2.1.0"
serde_json = "1.0.113"
serde_json = "1.0.114"
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
url = { version = "2.5.0", features = ["serde"] }
semver = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing = "0.1.40"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
colored = "2.1.0"
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.114"
url = { version = "2.5.0", features = ["serde"] }
rust_decimal = "1.34"
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", "compatibility_list.json"]
impl-serde = "0.4.0"
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.114"
url = { version = "2.5.0", features = ["serde"] }
anyhow = "1.0.80"

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.2", default-features = false, features = ["c
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.114"
thiserror = "1.0.57"
strsim = "0.11.0"

Expand Down

0 comments on commit b880dbc

Please sign in to comment.