From e70a6abf93aeaf59a44e8410c4037aceac1e7786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:33:02 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.65 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.68) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lapce-data/Cargo.toml | 2 +- lapce-proxy/Cargo.toml | 2 +- lapce-rpc/Cargo.toml | 2 +- lapce-ui/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0089be90b2..2a7ef10729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,9 +124,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "arc-swap" diff --git a/lapce-data/Cargo.toml b/lapce-data/Cargo.toml index c8979ef46f..ffb4924a9d 100644 --- a/lapce-data/Cargo.toml +++ b/lapce-data/Cargo.toml @@ -28,7 +28,7 @@ crossbeam-channel = "0.5.0" regex = "1.5.6" parking_lot = { version = "0.11.0", features = ["deadlock_detection"] } thiserror = "1.0" -anyhow = "1.0.32" +anyhow = "1.0.68" strum = "0.24.0" strum_macros = "0.24" serde = "1.0" diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index c2dca13ff2..1eac7823a9 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -38,7 +38,7 @@ parking_lot = { version = "0.11.0", features = ["deadlock_detection"] } crossbeam-channel = "0.5.0" jsonrpc-lite = "0.6.0" serde_json = "1.0.87" -anyhow = "1.0.32" +anyhow = "1.0.68" toml_edit = { version = "0.14.4", features = ["easy"] } git2 = { version = "0.14.4", features = ["vendored-openssl"] } lapce-core = { path = "../lapce-core" } diff --git a/lapce-rpc/Cargo.toml b/lapce-rpc/Cargo.toml index 51fba75464..802f9975d6 100644 --- a/lapce-rpc/Cargo.toml +++ b/lapce-rpc/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] log = "0.4.17" parking_lot = "0.11.2" -anyhow = "1.0.34" +anyhow = "1.0.68" serde_json = "1.0.87" serde = "1.0" crossbeam-channel = "0.5.0" diff --git a/lapce-ui/Cargo.toml b/lapce-ui/Cargo.toml index 998b780ae9..eda1ebcb0d 100644 --- a/lapce-ui/Cargo.toml +++ b/lapce-ui/Cargo.toml @@ -19,7 +19,7 @@ unicode-width = "0.1.8" im = { version = "15.0.0", features = ["serde"] } regex = "1.5.6" include_dir = "0.6.0" -anyhow = "1.0.32" +anyhow = "1.0.68" once_cell = "1.15" serde = "1.0" serde_json = "1.0"