axum update

This commit is contained in:
quantulr
2024-01-19 23:57:09 +08:00
parent 6a9a732150
commit 159d040089
4 changed files with 18 additions and 3 deletions

7
Cargo.lock generated
View File

@ -165,6 +165,12 @@ version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "encoding_rs"
version = "0.8.33"
@ -326,6 +332,7 @@ name = "hik-push-bot"
version = "0.1.0"
dependencies = [
"axum",
"dotenvy",
"reqwest",
"serde",
"serde_json",