diff --git a/Cargo.toml b/Cargo.toml index 9ab8429..19d9d66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,18 +6,18 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -git2 = { version = "0.16.1" } -clap = "4.2.1" +git2 = { version = "0.18.1" } +clap = "4.4.18" color-eyre = "0.6.2" dotenv = "0.15.0" -eyre = "0.6.8" -serde = { version = "1.0.159", features = ["derive"] } -serde_json = "1.0.95" -serde_yaml = "0.9.19" +eyre = "0.6.12" +serde = { version = "1.0.196", features = ["derive"] } +serde_json = "1.0.113" +serde_yaml = "0.9.31" tempdir = "0.3.7" -tokio = { version = "1.27.0", features = ["full"] } -tracing = { version = "0.1.37", features = ["log"] } -tracing-subscriber = "0.3.16" +tokio = { version = "1.35.1", features = ["full"] } +tracing = { version = "0.1.40", features = ["log"] } +tracing-subscriber = "0.3.18" 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" diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 16f8ec0..023a2f1 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = "0.4.24" +chrono = "0.4.33" color-eyre = "0.6.2" -dagger-sdk = "0.2.22" -eyre = "0.6.8" -tokio = { version = "1.27.0", features = ["full"] } +dagger-sdk = "0.3.3" +eyre = "0.6.12" +tokio = { version = "1.35.1", features = ["full"] } tokio-scoped = "0.2.0"