Skip to content

Commit

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

---
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 and atodorov committed Nov 1, 2023
1 parent 54fc8f3 commit 4ec32a5
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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ task-scheduler-runtime-api = { workspace = true }
thiserror = "1.0.49"
try-runtime-cli = { workspace = true, optional = true }
jsonrpsee = { workspace = true, features = ["server"] }
serde_json = "1.0.107"
serde_json = "1.0.108"
frame-system = { workspace = true }
pallet-transaction-payment = { workspace = true }
sp-io = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/creditcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ parity-scale-codec = { workspace = true }
paste = "1.0.14"
scale-info = { workspace = true }
serde = { workspace = true }
serde_json = { version = "1.0.107", features = [
serde_json = { version = "1.0.108", features = [
"alloc",
], default-features = false }
sha2 = { version = "0.10.8", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/offchain-task-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
serde = { version = "1.0.163", features = ["derive"], default-features = false }
serde_json = { version = "1.0.107", features = [
serde_json = { version = "1.0.108", features = [
"alloc",
], default-features = false }
frame-support = { workspace = true }
Expand Down

0 comments on commit 4ec32a5

Please sign in to comment.