From 610f1b219366ab82dc20811cd9f68249617b10c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 04:32:47 +0000 Subject: [PATCH] Bump anyhow from 1.0.100 to 1.0.102 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.100 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.100...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- common/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79339485..552ca3ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "anymap" diff --git a/client/Cargo.toml b/client/Cargo.toml index 03d9c9aa..d8776407 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -25,7 +25,7 @@ nalgebra = { workspace = true } libm = "0.2.16" tokio = { version = "1.43.0", features = ["rt-multi-thread", "sync", "macros"] } png = "0.18.0" -anyhow = "1.0.26" +anyhow = "1.0.102" serde = { version = "1.0.104", features = ["derive", "rc"] } toml = { workspace = true } fxhash = "0.2.1" diff --git a/common/Cargo.toml b/common/Cargo.toml index c4edb04c..dc60e3ab 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -14,7 +14,7 @@ blake3 = "1.3.3" serde = { version = "1.0.104", features = ["derive"] } nalgebra = { workspace = true, features = ["serde-serialize"] } postcard = { version = "1.0.4", default-features = false, features = ["use-std"] } -anyhow = "1.0.26" +anyhow = "1.0.102" quinn = { workspace = true } libm = "0.2.16" fxhash = "0.2.1" diff --git a/server/Cargo.toml b/server/Cargo.toml index 27735f6a..86b4cb66 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.18.2", features = ["rt-multi-thread", "time", "macros", " quinn = { workspace = true } serde = { version = "1.0.104", features = ["derive", "rc"] } toml = { workspace = true } -anyhow = "1.0.26" +anyhow = "1.0.102" rcgen = { version = "0.14.6", default-features = false, features = ["ring"] } hostname = "0.4.0" hecs = { workspace = true }