build: change toml version
This commit is contained in:
parent
5881b5f058
commit
c059da9d73
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2024"
|
|||
actix-web = "4.10"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-native-tls", "postgres"] }
|
||||
toml = "0.8.21"
|
||||
toml = "0.8"
|
||||
url = { version = "2.5.4", features = ["serde"] }
|
||||
|
||||
[dependencies.tokio]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue