mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 16:44:09 +02:00
bumb dependencies
This commit is contained in:
parent
a90a20c622
commit
06b003ec6e
2 changed files with 15 additions and 15 deletions
28
Cargo.toml
28
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "demostf-client"
|
name = "demostf-client"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Api client for demos.tf"
|
description = "Api client for demos.tf"
|
||||||
|
|
@ -12,22 +12,22 @@ keywords = ["tf2", "demo"]
|
||||||
categories = ["api-bindings"]
|
categories = ["api-bindings"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1.0.144", features = ["derive"] }
|
||||||
time = { version = "0.3", features = ["serde"] }
|
time = { version = "0.3.13", features = ["serde"] }
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["json", "multipart", "stream"] }
|
reqwest = { version = "0.11.11", default-features = false, features = ["json", "multipart", "stream"] }
|
||||||
thiserror = "1"
|
thiserror = "1.0.32"
|
||||||
hex = "0.4"
|
hex = "0.4.3"
|
||||||
steamid-ng = "1"
|
steamid-ng = "1.0.0"
|
||||||
bytes = "1.1.0"
|
bytes = "1.2.1"
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.23"
|
||||||
tracing = "0.1.33"
|
tracing = "0.1.36"
|
||||||
tinyvec = "1.5.1"
|
tinyvec = "1.6.0"
|
||||||
md5 = "0.7.0"
|
md5 = "0.7.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1", features = ["macros"] }
|
tokio = { version = "1.20.1", features = ["macros"] }
|
||||||
sqlx = { version = "0.6", features = ["postgres", "runtime-tokio-rustls"] }
|
sqlx = { version = "0.6.1", features = ["postgres", "runtime-tokio-rustls"] }
|
||||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["default-tls"]
|
default = ["default-tls"]
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
naersk-lib = naersk.lib."${system}";
|
naersk-lib = naersk.lib."${system}";
|
||||||
in rec {
|
in rec {
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [rustc cargo bacon pkg-config];
|
nativeBuildInputs = with pkgs; [rustc cargo bacon pkg-config cargo-edit cargo-outdated];
|
||||||
buildInputs = with pkgs; [ openssl ];
|
buildInputs = with pkgs; [ openssl ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue