mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 08:34:15 +02:00
compatible updates
This commit is contained in:
parent
3a5d5c24cf
commit
62ab8ecdc8
4 changed files with 143 additions and 221 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -13,26 +13,26 @@ categories = ["api-bindings"]
|
|||
rust-version = "1.81.0"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
time = { version = "0.3.41", features = ["serde"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
time = { version = "0.3.44", features = ["serde"] }
|
||||
reqwest = { version = "0.12.15", default-features = false, features = [
|
||||
"json",
|
||||
"multipart",
|
||||
"stream",
|
||||
] }
|
||||
thiserror = "2.0.12"
|
||||
thiserror = "2.0.18"
|
||||
hex = "0.4.3"
|
||||
steamid-ng = "1.0.0"
|
||||
bytes = "1.10.1"
|
||||
futures-util = "0.3.31"
|
||||
tracing = "0.1.41"
|
||||
tinyvec = { version = "1.9.0", features = ["alloc"] }
|
||||
md5 = "0.7.0"
|
||||
bytes = "1.11.1"
|
||||
futures-util = "0.3.32"
|
||||
tracing = "0.1.44"
|
||||
tinyvec = { version = "1.11.0", features = ["alloc"] }
|
||||
md5 = "0.8.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.44.2", features = ["macros"] }
|
||||
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
tokio = { version = "1.52.3", features = ["macros"] }
|
||||
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
|
||||
[features]
|
||||
default = ["default-tls"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue