From 06fbe4c35858d88b28657d88eb43e43c520569bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:35:19 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.50 --- Cargo.toml | 2 +- comma-v/Cargo.toml | 2 +- git-fast-import/Cargo.toml | 2 +- internal/process/Cargo.toml | 2 +- internal/state/Cargo.toml | 2 +- patchset/Cargo.toml | 2 +- rcs-ed/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..9294e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ patchset = { path = "patchset" } rcs-ed = { path = "rcs-ed" } structopt = "0.3.26" tempfile = "3.3.0" -thiserror = "1.0.30" +thiserror = "1.0.50" tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } walkdir = "2.3.2" diff --git a/comma-v/Cargo.toml b/comma-v/Cargo.toml index b99be6c..8e19a2e 100644 --- a/comma-v/Cargo.toml +++ b/comma-v/Cargo.toml @@ -12,7 +12,7 @@ derive_more = "0.99.17" eq-macro = { path = "../eq-macro" } itertools = "0.10.3" nom = "7.1.0" -thiserror = "1.0.30" +thiserror = "1.0.50" [dev-dependencies] anyhow = "1.0.53" diff --git a/git-fast-import/Cargo.toml b/git-fast-import/Cargo.toml index a883385..b16ce68 100644 --- a/git-fast-import/Cargo.toml +++ b/git-fast-import/Cargo.toml @@ -11,4 +11,4 @@ derive_more = "0.99.17" nom = "7.1.0" rev_lines = "0.2.1" serde = "1.0.136" -thiserror = "1.0.30" +thiserror = "1.0.50" diff --git a/internal/process/Cargo.toml b/internal/process/Cargo.toml index a3fefe3..3839a64 100644 --- a/internal/process/Cargo.toml +++ b/internal/process/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" git-fast-import = { path = "../../git-fast-import" } log = "0.4.14" structopt = "0.3.26" -thiserror = "1.0.30" +thiserror = "1.0.50" tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] } [features] diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..cc06eb5 100644 --- a/internal/state/Cargo.toml +++ b/internal/state/Cargo.toml @@ -11,7 +11,7 @@ git-fast-import = { path = "../../git-fast-import" } log = "0.4.14" serde = { version = "1.0.136", features = ["derive", "rc"] } speedy = "0.8.1" -thiserror = "1.0.30" +thiserror = "1.0.50" tokio = { version = "1.16.1", features = ["io-util", "sync"] } zstd = "0.10.0" diff --git a/patchset/Cargo.toml b/patchset/Cargo.toml index a445c44..96012f1 100644 --- a/patchset/Cargo.toml +++ b/patchset/Cargo.toml @@ -8,4 +8,4 @@ license = "Apache-2.0" [dependencies] binary-heap-plus = "0.4.1" -thiserror = "1.0.30" +thiserror = "1.0.50" diff --git a/rcs-ed/Cargo.toml b/rcs-ed/Cargo.toml index 6b5b9a1..0ed0ecd 100644 --- a/rcs-ed/Cargo.toml +++ b/rcs-ed/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.53" nom = "7.1.0" -thiserror = "1.0.30" +thiserror = "1.0.50" [dev-dependencies] structopt = "0.3.26"