perf: replace rand with fastrand
This commit is contained in:
parent
98d6d33c87
commit
d2e080427f
5 changed files with 7 additions and 12 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1133,6 +1133,7 @@ dependencies = [
|
|||
"cosmic-app-list-config",
|
||||
"cosmic-client-toolkit",
|
||||
"cosmic-protocols",
|
||||
"fastrand 2.3.0",
|
||||
"futures",
|
||||
"i18n-embed",
|
||||
"i18n-embed-fl",
|
||||
|
|
@ -1140,7 +1141,6 @@ dependencies = [
|
|||
"itertools 0.14.0",
|
||||
"libcosmic",
|
||||
"memmap2 0.9.8",
|
||||
"rand 0.9.2",
|
||||
"rust-embed",
|
||||
"rustix 1.1.2",
|
||||
"switcheroo-control",
|
||||
|
|
@ -1229,11 +1229,11 @@ dependencies = [
|
|||
"anyhow",
|
||||
"bluer",
|
||||
"cosmic-time",
|
||||
"fastrand 2.3.0",
|
||||
"futures",
|
||||
"i18n-embed",
|
||||
"i18n-embed-fl",
|
||||
"libcosmic",
|
||||
"rand 0.9.2",
|
||||
"rust-embed",
|
||||
"tokio",
|
||||
"tracing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue