Skip to content

Commit

Permalink
Bump serde_json from 1.0.132 to 1.0.133 (#1823)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 52f056d commit d66b82c
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 @@ -34,7 +34,7 @@ wasm-encoder = { version = "0.220.0", features = ["wasmparser"] }
wasmparser = "0.220.0"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.133"
tempfile = "3.10.1"
term_size = "0.3.2"
url = { version = "2.5.3", 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 = "7.0.0"
colored = "2.1.0"
serde_json = "1.0.117"
serde_json = "1.0.133"
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
url = { version = "2.5.3", 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 @@ -27,7 +27,7 @@ tracing = "0.1.40"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
colored = "2.1.0"
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.133"
url = { version = "2.5.3", features = ["serde"] }
rust_decimal = "1.36"
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.5.0"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.133"
url = { version = "2.5.3", features = ["serde"] }
anyhow = "1.0.83"

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.13.1", default-features = false, features = ["c
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
scale-info = { version = "2.11.3", default-features = false, features = ["derive"] }
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.133"
thiserror = "2.0.3"
strsim = "0.11.1"

Expand Down

0 comments on commit d66b82c

Please sign in to comment.