Skip to content

Commit

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

---
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 16, 2024
1 parent 99d8278 commit bc564bd
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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ schemars = { version = "0.8.21", default-features = false, features = [
"chrono",
"url",
] }
semver = "1.0.9"
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_derive = "1.0.137"
serde_json = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jiff = { version = "0.1.14", features = ["serde"] }
log = "0.4.22"
once_cell = "1.10.0"
schemars = { version = "0.8.21", features = ["url"] }
semver = "1.0.9"
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive", "rc"] }
tokio = { version = "1.41.1", features = ["rt"] }
which = { version = "7.0.0", default-features = false }
2 changes: 1 addition & 1 deletion plugins/npm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.22"
pathbuf = "1.0.0"
regex = "1.11.1"
schemars = { version = "0.8.21", features = ["url"] }
semver = "1.0.9"
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["rt"] }
Expand Down

0 comments on commit bc564bd

Please sign in to comment.