diff --git a/ghostflow-cli/Cargo.toml b/ghostflow-cli/Cargo.toml index 5c8d694e9376c461c6bc731bc21e1aed31e2a924..68bc409bd7ea035796cc499ff5cd2587c29d9d8b 100644 --- a/ghostflow-cli/Cargo.toml +++ b/ghostflow-cli/Cargo.toml @@ -23,7 +23,7 @@ git-checks-config = "^0.2.1" git-checks-core = "^1.2.2" git-checks = { version = "^4.2", features = ["config"] } git-workarea = "^4.2" -itertools = "~0.10" +itertools = "~0.12" log = "~0.4.4" rayon = "^1.0" serde = { version = "^1.0", features = ["derive"] } diff --git a/ghostflow-github/Cargo.toml b/ghostflow-github/Cargo.toml index 63fd17d131cbe619f6b3712fdd50ed97e34aa7c9..1409fa49f2b052f2e99b7592fda92dd54c3187c3 100644 --- a/ghostflow-github/Cargo.toml +++ b/ghostflow-github/Cargo.toml @@ -16,10 +16,10 @@ edition.workspace = true [dependencies] chrono = { version = "~0.4.16", default-features = false, features = ["serde"] } graphql_client = "~0.14" -itertools = "~0.10" +itertools = "~0.12" jsonwebtoken = "^9.0" log = "~0.4.4" -reqwest = { version = "~0.11", features = ["blocking", "json"] } +reqwest = { version = "~0.12", features = ["blocking", "json"] } serde_json = "^1.0" thiserror = "^1.0.2" ttl_cache = "~0.5" diff --git a/ghostflow-gitlab/Cargo.toml b/ghostflow-gitlab/Cargo.toml index 6b868abdbc8a24b07918bccb8e0b23b65c2dfcb0..e9deac171001f32c87e8c0c10e78c835a57c9ae1 100644 --- a/ghostflow-gitlab/Cargo.toml +++ b/ghostflow-gitlab/Cargo.toml @@ -16,7 +16,7 @@ edition.workspace = true [dependencies] chrono = { version = "~0.4.16", default-features = false } http = "^1" -itertools = "~0.10" +itertools = "~0.12" regex = "^1.0" serde = { version = "~1.0", features = ["derive"] } thiserror = "^1.0.2" diff --git a/ghostflow/Cargo.toml b/ghostflow/Cargo.toml index 3998c7ade7c65d39f17868cf1df8025e1a73d6c4..82f867466a1f80f015ef3dfe6618ba046079bef6 100644 --- a/ghostflow/Cargo.toml +++ b/ghostflow/Cargo.toml @@ -22,10 +22,10 @@ git-checks = "^4.2" libc = "~0.2" [dependencies] -derive_builder = "~0.11" +derive_builder = "~0.12" digest = "~0.10" either = "^1.0" -itertools = "~0.10" +itertools = "~0.12" log = "~0.4.4" md-5 = "~0.10" rand = "~0.8"