forked from mirrors/jj
cargo: remove unused "bytes" dependency
This commit is contained in:
parent
2dd75b5c53
commit
ac2bddbc3d
3 changed files with 0 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1910,7 +1910,6 @@ dependencies = [
|
|||
"async-trait",
|
||||
"backoff",
|
||||
"blake2",
|
||||
"bytes",
|
||||
"chrono",
|
||||
"config",
|
||||
"criterion",
|
||||
|
|
|
@ -23,7 +23,6 @@ assert_matches = "1.5.0"
|
|||
async-trait = "0.1.81"
|
||||
backoff = "0.4.0"
|
||||
blake2 = "0.10.6"
|
||||
bytes = "1.5.0"
|
||||
cargo_metadata = "0.17.0"
|
||||
clap = { version = "4.5.9", features = [
|
||||
"derive",
|
||||
|
|
|
@ -36,7 +36,6 @@ version_check = { workspace = true }
|
|||
async-trait = { workspace = true }
|
||||
backoff = { workspace = true }
|
||||
blake2 = { workspace = true }
|
||||
bytes = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
config = { workspace = true }
|
||||
digest = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue