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
parent c0dad2ef16
commit 948836fb8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: