Skip to content

Commit

Permalink
Bump serde from 1.0.132 to 1.0.133 (#284)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.132...v1.0.133)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 3, 2022
1 parent 58dbb4d commit 0ca93e5
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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = { version = "0.3.18", features = ["compat"] }
log = "0.4.13"
codec = { package = "parity-scale-codec", version = "2.3.0" }
structopt = "0.3.23"
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0"
hex-literal = "0.3.4"
async-trait = "0.1.42"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0", default-features =
hex-literal = { version = '0.3.4', optional = true }
log = { version = "0.4.14", default-features = false }
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.130", optional = true, features = ["derive"] }
serde = { version = "1.0.133", optional = true, features = ["derive"] }

primitives = { path = "../primitives", default-features = false }

Expand Down

0 comments on commit 0ca93e5

Please sign in to comment.