Drop (direct) dependency on lazy_static
This commit is contained in:
parent
aed94b9738
commit
ddf8379ece
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -137,7 +137,6 @@ dependencies = [
|
||||
"bytes",
|
||||
"chrono",
|
||||
"imagesize",
|
||||
"lazy_static",
|
||||
"native-tls",
|
||||
"once_cell",
|
||||
"regex",
|
||||
|
@ -17,7 +17,6 @@ reqwest = { version = "0.11", features = [ ] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
chrono = { version = "0", features = ["serde"] }
|
||||
regex = "1.5"
|
||||
lazy_static = "1.4.0"
|
||||
imagesize = "0.8"
|
||||
bytes = "1"
|
||||
anyhow = "1.0"
|
||||
|
@ -1,6 +1,3 @@
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
mod data;
|
||||
mod freefall;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user