RUSTSEC-2020-0159
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-20 15:29:26 +02:00
parent 44266a3787
commit 3dc18e6f75
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View file

@ -448,7 +448,6 @@ dependencies = [
"js-sys",
"num-integer",
"num-traits",
"serde",
"time 0.1.45",
"wasm-bindgen",
"winapi",

View file

@ -21,4 +21,4 @@ minify-html = "0.10.8"
glob = "0.3.1"
markdown = "1.0.0-alpha.7"
reqwest = { version = "0.11", features = ["json"] }
chrono = { version = "0.4", features = ["serde"] }
chrono = "0.4.24"