From c25a55421b347a812e9bfa39f1439a3cd9ac2622 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 19 Dec 2023 18:20:59 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41e77da..525e83a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,9 +528,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.9" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd" +checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" dependencies = [ "indenter", "once_cell", @@ -1606,9 +1606,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f195bca..846fa2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ ci = { path = "ci" } #dagger-sdk = "0.3.2" dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"} -eyre = "0.6.9" -tokio = "1.34.0" +eyre = "0.6.11" +tokio = "1.35.1" dotenv = "0.15.0" async-trait = "0.1.74" color-eyre = "*"