chore(deps): update all dependencies
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-31 00:12:34 +00:00
parent 3a6f5bb6d2
commit 5d9e03e7c0
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -84,9 +84,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.75"
version = "0.1.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98"
checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514"
dependencies = [
"proc-macro2",
"quote",

View File

@ -19,10 +19,10 @@ 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"
async-trait = "0.1.76"
color-eyre = "*"
clap = {version = "4", features = ["derive"]}
futures = "0.3.29"