mirror of
https://github.com/supleed2/nanobot.git
synced 2024-12-22 06:05:50 +00:00
Update shuttle
and dependencies
This commit is contained in:
parent
1a94df8603
commit
b7e120e2b2
486
Cargo.lock
generated
486
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -16,16 +16,16 @@ axum = "0.6.20"
|
|||
indoc = "2.0.4"
|
||||
poise = "0.5.7"
|
||||
reqwest = { version = "0.11.22", features = ["json"] }
|
||||
serde = { version = "1.0.189", features = ["derive"] }
|
||||
shuttle-runtime = { version = "0.30.1", default-features = false }
|
||||
shuttle-secrets = "0.30.1"
|
||||
shuttle-shared-db = { version = "0.30.1", features = ["postgres"] }
|
||||
serde = { version = "1.0.192", features = ["derive"] }
|
||||
shuttle-runtime = { version = "0.32.0", default-features = false }
|
||||
shuttle-secrets = "0.32.0"
|
||||
shuttle-shared-db = { version = "0.32.0", features = ["postgres"] }
|
||||
sqlx = { version = "0.7.2", features = [
|
||||
"macros",
|
||||
"postgres",
|
||||
"runtime-tokio-native-tls",
|
||||
] }
|
||||
tokio = "1.33.0"
|
||||
tokio = "1.34.0"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["time"] }
|
||||
url = "2.4.1"
|
||||
|
|
Loading…
Reference in a new issue