refactor(util-schemas): remove anyhow

This commit is contained in:
Weihang Lo 2023-12-19 12:24:05 -05:00
parent 1e577614c5
commit f1216495bb
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -439,7 +439,6 @@ dependencies = [
name = "cargo-util-schemas"
version = "0.1.1"
dependencies = [
"anyhow",
"semver",
"serde",
"serde-untagged",

View file

@ -9,7 +9,6 @@ repository.workspace = true
description = "Deserialization schemas for Cargo"
[dependencies]
anyhow.workspace = true
semver.workspace = true
serde = { workspace = true, features = ["derive"] }
serde-untagged.workspace = true