Skip to content

Commit

Permalink
build(deps): Bump serde from 1.0.190 to 1.0.193 (#19)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.190 to 1.0.193.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.193)

---
updated-dependencies:
- dependency-name: serde
  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 Dec 1, 2023
1 parent 2d637d3 commit fb44457
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 parachain-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jsonrpsee = { version = "0.16.2", features = [
sp-core = { git = "https://github.com/sora-xor/substrate.git", branch = "polkadot-v0.9.38", default-features = false }
sp-runtime = { git = "https://github.com/sora-xor/substrate.git", branch = "polkadot-v0.9.38", default-features = false }
async-trait = "0.1.49"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
bridge-types = { git = "https://github.com/sora-xor/sora2-common.git" }
beefy-light-client = { git = "https://github.com/sora-xor/sora2-common.git", default-features = false }

2 changes: 1 addition & 1 deletion substrate-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jsonrpsee = { version = "0.16.2", features = [
sp-core = { git = "https://github.com/sora-xor/substrate.git", branch = "polkadot-v0.9.38", default-features = false }
sp-runtime = { git = "https://github.com/sora-xor/substrate.git", branch = "polkadot-v0.9.38", default-features = false }
async-trait = "0.1.49"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }

0 comments on commit fb44457

Please sign in to comment.