Bump semver from 1.0.10 to 1.0.12

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.10 to 1.0.12.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.10...1.0.12)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-05 09:53:24 +00:00 committed by GitHub
parent f056978858
commit a4663f46ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ miette = { version = "5.1.0", features = ["fancy-no-backtrace"] }
once_cell = "1.12.0"
reqwest = { version = "0.11.11", features = ["rustls-tls", "stream"], default-features = false }
scopeguard = "1.1.0"
semver = "1.0.10"
semver = "1.0.12"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.82"
simplelog = "0.12.0"