Update util/deps.nu

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Terts Diepraam
2023-07-09 16:43:48 +02:00
committed by GitHub
co-authored by Daniel Hofstetter
parent c0dad2ef16
commit 948836fb8f
+1 -1
View File
@@ -41,7 +41,7 @@
#
# Or to find all crates with multiple versions (like cargo deny):
# ```
# > $dep | where versions > 1
# > $dep | where num_versions > 1
# ```
#
# Ideas to expand this: