chore: bump dependencies (#42)
Reviewed-on: #42 Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl> Co-committed-by: Felipe Contreras Salinas <felipe@bstr.cl>
This commit is contained in:
parent
7e72eda2a3
commit
67fec9bd88
2 changed files with 268 additions and 289 deletions
545
Cargo.lock
generated
545
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
12
Cargo.toml
12
Cargo.toml
|
|
@ -5,8 +5,8 @@ edition = "2021"
|
|||
license = "AGPL-3.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.80"
|
||||
axum = { version = "0.7.4", default-features = false, features = [
|
||||
anyhow = "1.0.86"
|
||||
axum = { version = "0.7.5", default-features = false, features = [
|
||||
"tracing",
|
||||
"tokio",
|
||||
"http1",
|
||||
|
|
@ -15,15 +15,15 @@ axum = { version = "0.7.4", default-features = false, features = [
|
|||
axum-msgpack = "0.4.0"
|
||||
dotenvy = "0.15.7"
|
||||
futures = { version = "0.3.30", default-features = false }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
sqlx = { version = "0.7.3", default-features = false, features = [
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
sqlx = { version = "0.7.4", default-features = false, features = [
|
||||
"macros",
|
||||
"migrate",
|
||||
"runtime-tokio",
|
||||
"sqlite",
|
||||
"tls-rustls",
|
||||
] }
|
||||
tokio = { version = "1.36.0", default-features = false, features = [
|
||||
tokio = { version = "1.38.0", default-features = false, features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
"signal",
|
||||
|
|
@ -38,4 +38,4 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
|
|||
] }
|
||||
|
||||
[dev-dependencies]
|
||||
axum-test = { version = "14.4.0", features = ["msgpack"] }
|
||||
axum-test = { version = "15.3.0", features = ["msgpack"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue