chore(deps): update rust crate eyre to 0.6.10
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-12-08 07:03:09 +00:00
parent 3cdd876e05
commit b85bda5048
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -528,9 +528,9 @@ dependencies = [
[[package]] [[package]]
name = "eyre" name = "eyre"
version = "0.6.9" version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd" checksum = "8bbb8258be8305fb0237d7b295f47bb24ff1b136a535f473baf40e70468515aa"
dependencies = [ dependencies = [
"indenter", "indenter",
"once_cell", "once_cell",

View File

@ -19,7 +19,7 @@ ci = { path = "ci" }
#dagger-sdk = "0.3.2" #dagger-sdk = "0.3.2"
dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"} dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"}
eyre = "0.6.9" eyre = "0.6.10"
tokio = "1.34.0" tokio = "1.34.0"
dotenv = "0.15.0" dotenv = "0.15.0"
async-trait = "0.1.74" async-trait = "0.1.74"