Skip to content

Commit

Permalink
Merge pull request #3417 from oasisprotocol/dependabot/cargo/serde-1.…
Browse files Browse the repository at this point in the history
…0.117

rust: bump serde from 1.0.116 to 1.0.117
  • Loading branch information
kostko authored Oct 16, 2020
2 parents 5a5d2b8 + 843016d commit 61c7609
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
oasis-core-runtime = { path = "../runtime" }
serde = { version = "1.0.116", features = ["derive"] }
serde = { version = "1.0.117", features = ["derive"] }
serde_bytes = "0.11.5"
serde_cbor = "0.11.1"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion keymanager-api-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
oasis-core-runtime = { path = "../runtime" }

base64 = "0.13.0"
serde = { version = "1.0.116", features = ["derive"] }
serde = { version = "1.0.117", features = ["derive"] }
serde_bytes = "0.11.5"
rustc-hex = "2.0.1"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slog = "2.4.1"
slog-json = "2.3.0"
slog-scope = "4.1.1"
slog-stdlog = "4.0.0"
serde = { version = "1.0.116", features = ["derive"] }
serde = { version = "1.0.117", features = ["derive"] }
serde_cbor = "0.11.1"
serde_json = "1.0.59"
serde_bytes = "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
serde = { version = "1.0.116", features = ["derive"] }
serde = { version = "1.0.117", features = ["derive"] }
toml = "0.5.7"
clap = "2.29.1"
ansi_term = "0.12.1"
Expand Down

0 comments on commit 61c7609

Please sign in to comment.