Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit bb797ec)
  • Loading branch information
dependabot[bot] authored and mkaput committed Aug 11, 2023
1 parent 3ba5ebc commit d825a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ once_cell = "1.17.2"
pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = "0.6.3"
predicates = "3.0.3"
semver = { version = "1.0.17", features = ["serde"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.163", features = ["serde_derive"] }
serde-value = "0.7.0"
serde_json = "1.0.96"
Expand Down

0 comments on commit d825a48

Please sign in to comment.