Skip to content

Commit

Permalink
cargo: remove unused workspace dependency declarations (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored Feb 21, 2025
1 parent 8d6b2f7 commit ba32779
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ version = "0.36.0"
default-features = false
features = ["std", "read_core", "elf", "macho", "unaligned"]

[workspace.dependencies.serde]
version = "1"
features = ["derive"]

[workspace.dependencies.smallvec]
version = "1"
features = ["const_new", "union", "const_generics", "write"]

[workspace.dependencies.ureq]
version = "2"
default-features = false
features = ["gzip", "native-tls", "native-certs"]

0 comments on commit ba32779

Please sign in to comment.