Bump semver from 1.0.20 to 1.0.21

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

---
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]
2024-01-08 15:51:12 +00:00
committed by GitHub
parent cab26cfa16
commit 9f95397bd2
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ sha1_smol = "1.0.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
rand = "0.8.5"
semver = "1.0.20"
semver = "1.0.21"
colored = "2.1.0"
reqwest = { version = "0.11.23", features = ["stream"] }
futures-util = "0.3.30"