From 1ebccf67a5664f01b4575dad9401c83b66eb92f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:36:03 +0000 Subject: [PATCH] editoast: bump thiserror from 1.0.61 to 1.0.62 in /editoast Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 8 ++++---- editoast/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index 329260efd86..b844e051e56 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -4282,18 +4282,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 57396e491ab..fb616424af2 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -54,7 +54,7 @@ serde_derive = "1.0.195" serde_json = "1.0.120" strum = { version = "0.26.3", features = ["derive"] } tempfile = "3.10.1" -thiserror = "1.0.61" +thiserror = "1.0.62" tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.10" tracing = { version = "0.1.40", features = ["log"] }