mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 04:55:27 +00:00
Switch from lazy_static to once_cell
This commit is contained in:
parent
8e13714011
commit
7588b23fcb
3 changed files with 8 additions and 10 deletions
|
|
@ -13,7 +13,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
async-tls = "0.7.0"
|
||||
async-std = "1.5"
|
||||
lazy_static = "1.4"
|
||||
once_cell = "1.4"
|
||||
rustls = "0.17.0"
|
||||
tree_magic = "0.2.3"
|
||||
url = "2.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue