Skip to content

Commit 9c73bc5

Browse files
Bump serde from 1.0.194 to 1.0.195 (#561)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.194 to 1.0.195. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.194...v1.0.195) --- 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>
1 parent da3e932 commit 9c73bc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.60.0"
1111

1212
[dependencies]
1313
arrayvec = { version = "0.7", default-features = false }
14-
serde = { version = "1.0.194", default-features = false, optional = true }
14+
serde = { version = "1.0.195", default-features = false, optional = true }
1515
parity-scale-codec-derive = { path = "derive", version = ">= 3.6.8", default-features = false, optional = true }
1616
bitvec = { version = "1", default-features = false, features = [ "alloc" ], optional = true }
1717
bytes = { version = "1", default-features = false, optional = true }

0 commit comments

Comments
 (0)