Replace lazy_static! with once_cell Lazy (#176)
Modern rust code bases prefer once_cell::sync::Lazy over the older macro based lazy_static.
This commit is contained in:
@@ -27,7 +27,7 @@ socks-proxy = ["socks"]
|
||||
base64 = "0.13"
|
||||
chunked_transfer = "1.2.0"
|
||||
cookie = { version = "0.14", features = ["percent-encode"], optional = true}
|
||||
lazy_static = "1"
|
||||
once_cell = "1"
|
||||
qstring = "0.7"
|
||||
url = "2"
|
||||
socks = { version = "0.3.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user