Skip to content

Commit

Permalink
Merge pull request #1669 from hannobraun/dependabot/cargo/semver-1.0.17
Browse files Browse the repository at this point in the history
Bump semver from 1.0.16 to 1.0.17
  • Loading branch information
hannobraun authored Mar 13, 2023
2 parents bf3b3ed + e9e97eb commit 84baab9
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.69"
log = "0.4.17"
regex = "1.7.0"
semver = "1.0.16"
semver = "1.0.17"
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.69"
chrono = "0.4.23"
map-macro = "0.2.5"
octocrab = "0.18.1"
semver = "1.0.16"
semver = "1.0.17"
serde = "1.0.152"
serde_json = "1.0.94"
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.16"
semver = "1.0.17"
serde_json = "1.0.94"
thiserror = "1.0.39"

Expand Down

0 comments on commit 84baab9

Please sign in to comment.