mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 08:34:15 +02:00
update dependencies
This commit is contained in:
parent
59c2e5f76d
commit
d193c0ac41
1 changed files with 7 additions and 7 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "demostf-client"
|
||||
version = "0.1.5"
|
||||
version = "0.2.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Api client for demos.tf"
|
||||
|
|
@ -10,16 +10,16 @@ readme = "README.md"
|
|||
exclude = [ "tests/data/gully.dem" ]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
reqwest = { version = "0.10", default-features = false, features = ["json"] }
|
||||
thiserror = "1.0"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json", "multipart"] }
|
||||
thiserror = "1"
|
||||
hex = "0.4"
|
||||
steamid-ng = "0.3"
|
||||
steamid-ng = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
sqlx = { version = "0.4", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
tokio = { version = "1", features = ["macros"] }
|
||||
sqlx = { version = "0.5", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
|
||||
[features]
|
||||
default = ["default-tls"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue