From 0661224bb59b44f3cde0a5e0e79225cafe059005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:21:54 +0000 Subject: [PATCH] editoast: bump thiserror from 2.0.6 to 2.0.7 in /editoast Bumps [thiserror](/~https://github.com/dtolnay/thiserror) from 2.0.6 to 2.0.7. - [Release notes](/~https://github.com/dtolnay/thiserror/releases) - [Commits](/~https://github.com/dtolnay/thiserror/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 28 ++++++++++++++-------------- editoast/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index c470434230a..209b5f0f6f1 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -1384,7 +1384,7 @@ dependencies = [ "sha1", "strum", "tempfile", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tokio-util", "tower 0.5.1", @@ -1406,7 +1406,7 @@ dependencies = [ "pretty_assertions", "serde", "strum", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "toml_edit", "tracing", @@ -1420,7 +1420,7 @@ dependencies = [ "rangemap", "serde", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", "utoipa", ] @@ -1453,7 +1453,7 @@ dependencies = [ "opentelemetry-semantic-conventions", "postgis_diesel", "postgres-openssl", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tokio-postgres", "tracing", @@ -1467,7 +1467,7 @@ dependencies = [ "itertools 0.13.0", "reqwest", "serde", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", "url", @@ -1488,7 +1488,7 @@ dependencies = [ "serde", "serde_json", "strum", - "thiserror 2.0.6", + "thiserror 2.0.7", "utoipa", "uuid", ] @@ -1501,7 +1501,7 @@ dependencies = [ "serde", "serde_json", "strum", - "thiserror 2.0.6", + "thiserror 2.0.7", "utoipa", ] @@ -2837,7 +2837,7 @@ dependencies = [ "num-traits", "pointy", "protobuf 3.7.1", - "thiserror 2.0.6", + "thiserror 2.0.7", ] [[package]] @@ -3250,7 +3250,7 @@ dependencies = [ "integer-sqrt", "num-traits", "rustc-hash 2.0.0", - "thiserror 2.0.6", + "thiserror 2.0.7", ] [[package]] @@ -4583,11 +4583,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -4603,9 +4603,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 120ce631287..cb3b3c390c1 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -71,7 +71,7 @@ serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" strum = { version = "0.26.3", features = ["derive"] } tempfile = "3.14.0" -thiserror = "2.0.6" +thiserror = "2.0.7" tokio = { version = "1.42.0", features = ["fs", "macros", "rt-multi-thread"] } tokio-postgres = "0.7.12" tracing = { version = "0.1.41", default-features = false, features = [