chore(deps): update all dependencies
This commit is contained in:
parent
3a6f5bb6d2
commit
5d9e03e7c0
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -84,9 +84,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.75"
|
version = "0.1.76"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98"
|
checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -19,10 +19,10 @@ 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.11"
|
||||||
tokio = "1.34.0"
|
tokio = "1.35.1"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
async-trait = "0.1.74"
|
async-trait = "0.1.76"
|
||||||
color-eyre = "*"
|
color-eyre = "*"
|
||||||
clap = {version = "4", features = ["derive"]}
|
clap = {version = "4", features = ["derive"]}
|
||||||
futures = "0.3.29"
|
futures = "0.3.29"
|
||||||
|
Loading…
Reference in New Issue
Block a user