Skip to content

Commit

Permalink
Bump semver from 1.0.3 to 1.0.4 (use-ink#317)
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: semver
  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] authored Aug 2, 2021
1 parent 76f4cc5 commit 30a5ce6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -34,7 +34,7 @@ toml = "0.5.8"
rustc_version = "0.4.0"
blake2 = "0.9.1"
contract-metadata = { version = "0.3.0", path = "./metadata" }
semver = { version = "1.0.3", features = ["serde"] }
semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1.0.126", default-features = false, features = ["derive"] }
serde_json = "1.0.66"
tempfile = "3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]
path = "lib.rs"

[dependencies]
semver = { version = "1.0.3", features = ["serde"] }
semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1.0.126", default-features = false, features = ["derive"] }
serde_json = "1.0.66"
url = { version = "2.2.2", features = ["serde"] }
Expand Down

0 comments on commit 30a5ce6

Please sign in to comment.