update api-client

This commit is contained in:
Robin Appelman 2024-12-24 18:09:47 +01:00
commit a265dc4f3f
3 changed files with 3 additions and 6 deletions

4
Cargo.lock generated
View file

@ -299,9 +299,9 @@ dependencies = [
[[package]] [[package]]
name = "demostf-client" name = "demostf-client"
version = "0.4.4" version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5af43960d8a86352679e330a1b5a217b04b1e2fa9dacaee0f47ae3db048917" checksum = "508d3f8dd8e58ce8479dfc3c9705652569f3094c4160301b01bd0e5e8c67ec6a"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-util", "futures-util",

View file

@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
demostf-client = { version = "0.4.4" } demostf-client = { version = "0.4.5" }
sqlx = { version = "0.6.0", features = ["postgres", "runtime-tokio-rustls"] } sqlx = { version = "0.6.0", features = ["postgres", "runtime-tokio-rustls"] }
dotenv = "0.15.0" dotenv = "0.15.0"
color-eyre = "0.6.1" color-eyre = "0.6.1"

View file

@ -15,9 +15,6 @@
cargoTest = false; cargoTest = false;
extraPaths = [./data]; extraPaths = [./data];
withOverlays = [(import ./nix/overlay.nix)]; withOverlays = [(import ./nix/overlay.nix)];
packages = {
test-runner = pkgs: pkgs.test-runner;
};
checks = { checks = {
test = pkgs: pkgs.nixosTest (import ./nix/test.nix); test = pkgs: pkgs.nixosTest (import ./nix/test.nix);
}; };