mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-22 21:42:40 +00:00
build(deps): update to axum 0.8, rusqlite 0.33, tokio-tungstenite 0.26, thiserror 2
This commit is contained in:
parent
b56f8897ff
commit
740e540b4b
9 changed files with 294 additions and 323 deletions
|
@ -23,11 +23,11 @@ rand = "0.8"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_jcs = "0.1"
|
||||
serde_json = "1"
|
||||
thiserror = "1"
|
||||
thiserror = "2"
|
||||
url = { version = "2", features = ["serde"] }
|
||||
|
||||
[dependencies.rusqlite]
|
||||
version = "0.32"
|
||||
version = "0.33"
|
||||
optional = true
|
||||
|
||||
[dependencies.schemars]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue