Skip to content

Commit

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

---
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] authored Sep 25, 2023
1 parent efee1aa commit acf7c79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
clap = { version = "4.2.2", features = ["derive"] }
futures = { version = "0.3.28", features = ["thread-pool"]}
serde = { version = "1.0.180", features = ["derive"] }
serde_json = "1.0.96"
serde_json = "1.0.107"
scale-info = "2.5.0"
hex-literal = "0.3.4"

Expand Down Expand Up @@ -92,7 +92,7 @@ substrate-build-script-utils = { version = "3.0.0", git = "https://github.com/pa
[dev-dependencies]
tokio = "1.28.0"
reqwest = { version = "0.11.17", features = ["json"] }
serde_json = "1.0.96"
serde_json = "1.0.107"
sp-panic-handler = { version = "8.0.0", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" }
hex = "0.4.3"
pallet-balances = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" }
Expand Down

0 comments on commit acf7c79

Please sign in to comment.