Add missing dependency to Cargo.lock (#7114)

This commit is contained in:
Dan Davison 2022-11-12 10:13:42 -05:00 committed by GitHub
parent 817eacccd8
commit 2db2d98ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Cargo.lock generated
View file

@ -2666,6 +2666,7 @@ dependencies = [
"nu-path",
"nu-protocol",
"nu-utils",
"strip-ansi-escapes",
"sysinfo",
]