Compare commits
2 commits
e480e3e4c5
...
77ccab2b8a
Author | SHA1 | Date | |
---|---|---|---|
77ccab2b8a | |||
96a030dfb9 |
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||||
anyhow = { version = "1.0.80", features = ["backtrace"] }
|
anyhow = { version = "1.0.80", features = ["backtrace"] }
|
||||||
if-addrs = "0.11.0"
|
if-addrs = "0.11.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
chrono = "0.4.33"
|
chrono = "0.4.34"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.114"
|
serde_json = "1.0.114"
|
||||||
reqwest = "0.11.24"
|
reqwest = "0.11.24"
|
||||||
|
|
Loading…
Reference in a new issue