Skip to content

Commit

Permalink
Bump semver from 1.0.14 to 1.0.16
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.14 to 1.0.16.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.14...1.0.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2022
1 parent 5c155b4 commit c4ce300
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
anyhow = "1.0.68"
log = "0.4.17"
regex = "1.7.0"
semver = "1.0.14"
semver = "1.0.16"
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.68"
chrono = "0.4.23"
map-macro = "0.2.5"
octocrab = "0.17.0"
semver = "1.0.14"
semver = "1.0.16"
serde = "1.0.150"
serde_json = "1.0.89"
url = "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.17"
secstr = "0.5.0"
semver = "1.0.14"
semver = "1.0.16"
serde_json = "1.0.89"
thiserror = "1.0.35"

Expand Down

0 comments on commit c4ce300

Please sign in to comment.