Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] Bump serde_json from 1.0.120 to 1.0.121 in the known_good_semver group (#5169) #5367

Merged
merged 3 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 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 @@ -1165,7 +1165,7 @@ separator = { version = "0.4.1" }
serde = { version = "1.0.197", default-features = false }
serde-big-array = { version = "0.3.2" }
serde_derive = { version = "1.0.117" }
serde_json = { version = "1.0.114", default-features = false }
serde_json = { version = "1.0.121", default-features = false }
serde_yaml = { version = "0.9" }
serial_test = { version = "2.0.0" }
sha1 = { version = "0.10.6" }
Expand Down
12 changes: 6 additions & 6 deletions cumulus/primitives/timestamp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ license = "Apache-2.0"
workspace = true

[dependencies]
codec = { features = ["derive"], workspace = true }
futures = { workspace = true }
sp-inherents.workspace = true
sp-timestamp.workspace = true
cumulus-primitives-core.workspace = true
# Substrate
sp-inherents = { workspace = true }
sp-timestamp = { workspace = true }

# Cumulus
cumulus-primitives-core = { workspace = true }

[features]
default = ["std"]
std = [
"codec/std",
"cumulus-primitives-core/std",
"sp-inherents/std",
"sp-timestamp/std",
Expand Down
13 changes: 13 additions & 0 deletions prdoc/pr_5367.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Bump serde_json from 1.0.120 to 1.0.121 in the known_good_semver group

doc:
- audience: Node Dev
description: |
Updates serde_json from 1.0.120 to 1.0.121
bkchr marked this conversation as resolved.
Show resolved Hide resolved

crates:
- name: cumulus-primitives-timestamp
bump: patch
Loading