Skip to content

Commit e0281f1

Browse files
authored
Merge pull request #58 from ctron/feature/drop_deps_1
build: remove unused dependency
2 parents 337e3a9 + 502991d commit e0281f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.1"
44
edition = "2021"
55
authors = ["Grant Murphy <[email protected]>"]
66
repository = "https://github.com/gcmurphy/osv"
7-
documentation = "https://docs.rs/osv"
7+
documentation = "https://docs.rs/osv"
88
description = "Rust library for parsing the OSV schema and client API"
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -21,7 +21,6 @@ reqwest = { version = "0.12", features = ["json"], optional = true }
2121
tokio = { version = "1", features = ["full"], optional = true }
2222
thiserror = { version = "2.0", optional = true }
2323
url = { version = "2.3.1", optional = true }
24-
cargo-semver-checks = "0.39.0"
2524

2625
[dev-dependencies]
2726
comfy-table = "7.1.1"

0 commit comments

Comments
 (0)