Using axum 0.8 now
This commit is contained in:
parent
3b4e61ac14
commit
76c938f1bf
3 changed files with 448 additions and 245 deletions
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "kosyncrs"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = "0.6.20"
|
||||
axum = "0.8.1"
|
||||
redis = { version = "0.23.3", features = ["tokio-comp"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue