chore(deps): update rust crate eyre to 0.6.9
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-11-17 17:40:10 +00:00
parent ddde6c0734
commit ec029c81db
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View File

@ -73,13 +73,12 @@ checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]] [[package]]
name = "async-scoped" name = "async-scoped"
version = "0.7.1" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7a6a57c8aeb40da1ec037f5d455836852f7a57e69e1b1ad3d8f38ac1d6cadf" checksum = "2bb5d44cd33a5095cf47aa2a90455ea3f9141f45e24d092425fef2bf4fd9c98e"
dependencies = [ dependencies = [
"futures", "futures",
"pin-project", "pin-project",
"slab",
"tokio", "tokio",
] ]
@ -516,9 +515,9 @@ dependencies = [
[[package]] [[package]]
name = "eyre" name = "eyre"
version = "0.6.8" version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd"
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.8" eyre = "0.6.9"
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"