Skip to content

Commit

Permalink
Merge pull request #1461 from hannobraun/dependabot/cargo/semver-1.0.16
Browse files Browse the repository at this point in the history
Bump semver from 1.0.14 to 1.0.16
  • Loading branch information
hannobraun authored Dec 19, 2022
2 parents 5c155b4 + c4ce300 commit 4e835bc
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 4e835bc

Please sign in to comment.