From 4b1b76794eeb90b2372406385b050301b3cbabc4 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Jul 2023 22:39:30 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .drone.yml | 2 +- ci/Cargo.toml | 4 ++-- templates/base.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2b4cb11..483826e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - sleep 10 - echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username="$${DOCKER_USERNAME}" - name: "build" - image: docker.io/kasperhermansen/shuttle-drone:1683325750924 + image: docker.io/kasperhermansen/shuttle-drone:1690329880340 volumes: - name: dockersock path: /var/run diff --git a/ci/Cargo.toml b/ci/Cargo.toml index e266cc0..5bee1b6 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = "0.4.24" +chrono = "0.4.26" color-eyre = "0.6.2" dagger-sdk = "0.2.22" eyre = "0.6.8" -tokio = { version = "1.27.0", features = ["full"] } +tokio = { version = "1.29.1", features = ["full"] } tokio-scoped = "0.2.0" dotenv = "0.15.0" diff --git a/templates/base.html b/templates/base.html index 155a6db..0dfb379 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,7 +56,7 @@ -