Skip to content

Commit

Permalink
build(deps): bump semver from 0.11.0 to 1.0.13 in /graph-data.rs
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/dtolnay/semver) from 0.11.0 to 1.0.13.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@0.11.0...1.0.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2022
1 parent 197009c commit 8b957af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion graph-data.rs/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 graph-data.rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = "^1.0.138"
serde_yaml = "^0.8.24"
anyhow = "1.0"
regex = "^1.6.0"
semver = { version = "^0.11", features = [ "serde" ] }
semver = { version = "^1.0", features = [ "serde" ] }
toml = "^0.5.9"
lazy_static = "^1.4.0"
url = "^2.2.2"
Expand Down

0 comments on commit 8b957af

Please sign in to comment.