chore(deps): update rust crate eyre to 0.6.12
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 2024-01-31 20:54:54 +00:00
parent f62b90dd3b
commit 5465f1eef7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -569,9 +569,9 @@ dependencies = [
[[package]] [[package]]
name = "eyre" name = "eyre"
version = "0.6.11" version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
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.11" eyre = "0.6.12"
tokio = "1.35.1" tokio = "1.35.1"
dotenv = "0.15.0" dotenv = "0.15.0"
async-trait = "0.1.77" async-trait = "0.1.77"