major version dep updates
This commit is contained in:
parent
fd04970122
commit
fefb73397c
2 changed files with 411 additions and 353 deletions
754
Cargo.lock
generated
754
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -9,20 +9,20 @@ license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
||||||
axum = {version = "0.7", features = ["tokio", "http1", "http2"] }
|
axum = {version = "0.8", features = ["tokio", "http1", "http2"] }
|
||||||
axum-extra = { version = "0.9.0", features = ["cookie-private", "typed-header"] }
|
axum-extra = { version = "0.10", features = ["cookie-private", "typed-header"] }
|
||||||
config = { version = "0.13.4", features = ["toml"] }
|
config = { version = "0.15", features = ["toml"] }
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
hyper = "1.1"
|
hyper = "1.1"
|
||||||
pin-project = "1.1.0"
|
pin-project = "1.1.0"
|
||||||
serde = { version = "1.0.164", features = ["derive"] }
|
serde = { version = "1.0.164", features = ["derive"] }
|
||||||
serde_json = "1.0.99"
|
serde_json = "1.0.99"
|
||||||
thiserror = "1.0.40"
|
thiserror = "2.0"
|
||||||
tokio = { version = "1.28.2", features = ["full"] }
|
tokio = { version = "1.28.2", features = ["full"] }
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = { version = "0.3", features =["env-filter"] }
|
tracing-subscriber = { version = "0.3", features =["env-filter"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reqwest = { version = "0.11.18", features = ["cookies"] }
|
reqwest = { version = "0.12", features = ["cookies"] }
|
||||||
test-log = { version = "0.2.12", default-features = false, features = ["trace"] }
|
test-log = { version = "0.2.12", default-features = false, features = ["trace"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue