Skip to content

Commit

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

rust: bump serde from 1.0.119 to 1.0.120
  • Loading branch information
ptrus authored Jan 20, 2021
2 parents be456de + ca1cbf7 commit 5f6c0bf
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.119", features = ["derive"] }
serde = { version = "1.0.120", 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.119", features = ["derive"] }
serde = { version = "1.0.120", 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.7.0"
slog-json = "2.3.0"
slog-scope = "4.4.0"
slog-stdlog = "4.1.0"
serde = { version = "1.0.119", features = ["derive"] }
serde = { version = "1.0.120", features = ["derive"] }
serde_cbor = "0.11.1"
serde_json = "1.0.61"
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.119", features = ["derive"] }
serde = { version = "1.0.120", features = ["derive"] }
toml = "0.5.8"
clap = "2.29.1"
ansi_term = "0.12.1"
Expand Down

0 comments on commit 5f6c0bf

Please sign in to comment.