update deps, fix stuff and add some comments
This commit is contained in:
parent
dbeda509fc
commit
3cfabcc39f
5 changed files with 477 additions and 466 deletions
|
@ -1,15 +1,14 @@
|
|||
[package]
|
||||
name = "open_tavern"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7.7", features = ["ws"] }
|
||||
axum = { version = "0.8.4", features = ["ws"] }
|
||||
serde = "1.*.*"
|
||||
serde_json = "1.*.*"
|
||||
tokio = { version = "1.*.*", features = ["full"] }
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] }
|
||||
tavern_macros = { version = "0.1.0", path = "tavern_macros" }
|
||||
parking_lot = "0.12.3"
|
||||
futures-util = "0.3.30"
|
||||
futures-util = "0.3.31"
|
||||
base64 = "0.22.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue