Skip to content

Commit

Permalink
chore: bump semver from 1.0.21 to 1.0.22
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@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>
  • Loading branch information
dependabot[bot] authored and hdevalke committed Mar 30, 2024
1 parent b9af4ba commit e4e1c83
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dialoguer = "0.11.0"
git2 = { version = "0.18.2", default-features = false }
handlebars = "5.1.0"
regex = "1.10.4"
semver = "1.0.21"
semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }
serde_yaml = "0.9.32"
thiserror = "1.0.58"
Expand All @@ -37,7 +37,7 @@ walkdir = "2.5.0"
[build-dependencies]
clap = { version = "4.5.2", features = ["derive", "env"] }
clap_complete = "4.5.1"
semver = "1.0.19"
semver = "1.0.22"

[features]
default = ["zlib-ng-compat"]
Expand Down

0 comments on commit e4e1c83

Please sign in to comment.