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 @@ -