From 066a3adb7b02bc2c8e4d36336193442ffe8f340e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:44:53 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.60 to 1.0.62 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.60 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.62) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 659909e..d114718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,18 +1346,18 @@ checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" [[package]] name = "thiserror" -version = "1.0.60" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.60" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 859dd36..48bb63b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ docker-compose-types = "0.4.1" rustyline = "10.1.0" dirs = "5.0.0" chrono = "0.4.24" -thiserror = "1.0.40" +thiserror = "1.0.62" colored = "2.0.0" ureq = { version = "2.6.2", features = ["json"] } tokio = { version = "1.32.0", features = ["full"] }