Skip to content

Commit

Permalink
fix(deps): update rust crate semver to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 19, 2021
1 parent 9eaf1d8 commit 803154a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 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 aer_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chocolatey = ["chrono", "num"]
[dependencies]
chrono = { version = "0.4.19", optional = true }
num = { version = "0.4.0", optional = true }
semver = "0.11.0"
semver = "1.0.4"
serde = { version = "1.0.126", optional = true, features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 803154a

Please sign in to comment.