use latest version
This commit is contained in:
parent
5bd61986f9
commit
26a9ab37ba
3 changed files with 485 additions and 255 deletions
21
Cargo.toml
21
Cargo.toml
|
|
@ -4,17 +4,18 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7.5", features = ["multipart", "macros"] }
|
||||
axum-extra = { version = "0.9.3", features = ["cookie-private"] }
|
||||
axum = { version = "0.8.1", features = ["multipart", "macros"] }
|
||||
axum-extra = { version = "0.10.0", features = ["cookie-private"] }
|
||||
base64 = "0.22.1"
|
||||
color-eyre = "0.6.3"
|
||||
http = "1.1.0"
|
||||
http = "1.2.0"
|
||||
pct-str = "2.0.0"
|
||||
rand = "0.8.5"
|
||||
reqwest = { version = "0.12.5", features = ["json", "default-tls"] }
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.118"
|
||||
time = "0.3.36"
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
reqwest = { version = "0.12.12", features = ["json", "default-tls"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.135"
|
||||
time = "0.3.37"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue