1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-01 22:24:42 +03:00

chore(deps): bump semver from 1.0.21 to 1.0.22 (#505)

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

---
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>
This commit is contained in:
dependabot[bot] 2024-02-21 12:26:16 +01:00 committed by GitHub
parent bc882e3884
commit e5a5f21e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1899,9 +1899,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.21"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
[[package]]
name = "serde"

View File

@ -43,7 +43,7 @@ indexmap = { version = "2.2.3", optional = true }
toml = "0.8.10"
lazy-regex = "3.1.0"
next_version = "0.2.13"
semver = "1.0.21"
semver = "1.0.22"
document-features = { version = "0.2.8", optional = true }
reqwest = { version = "0.11.24", default-features = false, features = [
"rustls-tls",