Run cargo-autoinherit for a few new crates (#4801)

* Run cargo-autoinherit for a few new crates

* Sort crates list

* sort
This commit is contained in:
Jon Häggblad
2024-08-27 15:06:17 +02:00
committed by GitHub
parent b6c15deae6
commit 279de8a09b
7 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ clap = { workspace = true, features = ["derive"] }
dashmap = { workspace = true }
futures = { workspace = true }
log = { workspace = true }
petgraph = "0.6.5"
petgraph = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
reqwest = { workspace = true, features = ["json"] }