Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
build(deps): bump serde_json from 1.0.105 to 1.0.106 (#1084)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oak <5263301+d-roak@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and d-roak authored Sep 13, 2023
1 parent d16139c commit 7002590
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ futures = { version = "0.3.28", default-features = false }
futures-timer = { version = "3.0.2", default-features = false }
reqwest = { version = "0.11.20", default-features = false }
serde = { version = "1.0.188", default-features = false }
serde_json = { version = "1.0.105", default-features = false }
serde_json = { version = "1.0.106", default-features = false }
serde_with = { version = "2.3.3", default-features = false }
bitvec = { version = "1", default-features = false }
thiserror = "1.0.48"
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/starknet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ scale-codec = { package = "parity-scale-codec", workspace = true, features = [
] }
scale-info = { workspace = true, features = ["derive", "bit-vec", "decode"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { version = "1.0.105", default-features = false }
serde_json = { version = "1.0.106", default-features = false }
thiserror-no-std = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 7002590

Please sign in to comment.