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 17, 2024
1 parent deca2e9 commit 146837c
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion crates/weaver_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ serde_yaml.workspace = true
thiserror.workspace = true
schemars.workspace = true

semver = {version = "1.0.23", features = ["serde"]}
semver = {version = "1.0.24", features = ["serde"]}
2 changes: 1 addition & 1 deletion crates/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gix = { version = "0.68.0", default-features = false, features = [
"worktree-mutation",
"blocking-http-transport-reqwest-rust-tls",
] }
semver = "1.0.23"
semver = "1.0.24"
serde_json.workspace = true
toml = "0.8.19"

Expand Down

0 comments on commit 146837c

Please sign in to comment.