From 126ef539a0f626adc4fc209864d5cec454a17354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:45:41 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.75 to 1.0.83 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.83. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.83) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c612604..62d3937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,9 +76,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index 276458c..2f20877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "serve" path = "src/bin/serve.rs" [dependencies] -anyhow = { version = "1.0.75", features = ["backtrace"] } +anyhow = { version = "1.0.83", features = ["backtrace"] } axum = "0.6.20" async-trait = "0.1.73" async-tungstenite = { version = "0.23.0", features = ["tokio-native-tls"] }