chore(cargo): replace log dependency with tracing

This commit is contained in:
Michael Aaron Murphy 2024-03-15 14:49:33 +01:00 committed by Jeremy Soller
parent 074d962ae9
commit 32229c16f0
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
10 changed files with 10 additions and 22 deletions

4
Cargo.lock generated
View file

@ -882,7 +882,6 @@ dependencies = [
"i18n-embed-fl",
"itertools",
"libcosmic",
"log",
"nix 0.28.0",
"once_cell",
"rand",
@ -933,7 +932,6 @@ dependencies = [
"i18n-embed",
"i18n-embed-fl",
"libcosmic",
"log",
"once_cell",
"rust-embed",
"tokio",
@ -957,7 +955,6 @@ dependencies = [
"i18n-embed-fl",
"itertools",
"libcosmic",
"log",
"once_cell",
"rand",
"rust-embed",
@ -1003,7 +1000,6 @@ dependencies = [
"i18n-embed-fl",
"itertools",
"libcosmic",
"log",
"rust-embed",
"rust-embed-utils",
"slotmap",