update deps, fix stuff and add some comments

This commit is contained in:
Rusty Striker 2025-06-14 19:53:23 +03:00
parent dbeda509fc
commit 3cfabcc39f
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
5 changed files with 477 additions and 466 deletions

View file

@ -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"