chore(cargo): replace log dependency with tracing
This commit is contained in:
parent
074d962ae9
commit
32229c16f0
10 changed files with 10 additions and 22 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue