Skip to content

Commit

Permalink
Bump serde from 1.0.125 to 1.0.126 (use-ink#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 13, 2021
1 parent e082ca9 commit 5ded9f9
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rustc_version = "0.3.3"
blake2 = "0.9.1"
contract-metadata = { version = "0.2.0", path = "./metadata" }
semver = { version = "0.11.0", features = ["serde"] }
serde = { version = "1.0.125", default-features = false, features = ["derive"] }
serde = { version = "1.0.126", default-features = false, features = ["derive"] }
serde_json = "1.0.64"
tempfile = "3.2.0"
url = { version = "2.2.2", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "lib.rs"

[dependencies]
semver = { version = "0.11.0", features = ["serde"] }
serde = { version = "1.0.125", default-features = false, features = ["derive"] }
serde = { version = "1.0.126", default-features = false, features = ["derive"] }
serde_json = "1.0.64"
url = { version = "2.2.2", features = ["serde"] }

Expand Down

0 comments on commit 5ded9f9

Please sign in to comment.