fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Kasper Juul Hermansen 2024-01-31 17:33:45 +00:00
parent 5cfa9ced67
commit 5143ac537d
2 changed files with 14 additions and 14 deletions

View File

@ -6,18 +6,18 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
git2 = { version = "0.16.1" } git2 = { version = "0.18.1" }
clap = "4.2.1" clap = "4.4.18"
color-eyre = "0.6.2" color-eyre = "0.6.2"
dotenv = "0.15.0" dotenv = "0.15.0"
eyre = "0.6.8" eyre = "0.6.12"
serde = { version = "1.0.159", features = ["derive"] } serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.95" serde_json = "1.0.113"
serde_yaml = "0.9.19" serde_yaml = "0.9.31"
tempdir = "0.3.7" tempdir = "0.3.7"
tokio = { version = "1.27.0", features = ["full"] } tokio = { version = "1.35.1", features = ["full"] }
tracing = { version = "0.1.37", features = ["log"] } tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = "0.3.16" tracing-subscriber = "0.3.18"
serde_toml = "0.0.1" serde_toml = "0.0.1"
toml = { version = "0.7.3", features = ["preserve_order"] } toml = { version = "0.8.9", features = ["preserve_order"] }
tokio-scoped = "0.2.0" tokio-scoped = "0.2.0"

View File

@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
chrono = "0.4.24" chrono = "0.4.33"
color-eyre = "0.6.2" color-eyre = "0.6.2"
dagger-sdk = "0.2.22" dagger-sdk = "0.3.3"
eyre = "0.6.8" eyre = "0.6.12"
tokio = { version = "1.27.0", features = ["full"] } tokio = { version = "1.35.1", features = ["full"] }
tokio-scoped = "0.2.0" tokio-scoped = "0.2.0"