Merge pull request #240 from neodyland/dependabot/cargo/anyhow-1.0.99

build(deps): bump anyhow from 1.0.98 to 1.0.99
This commit is contained in:
tuna2134
2025-08-18 22:57:45 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -92,9 +92,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.98"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
[[package]]
name = "atomic-waker"

View File

@@ -12,7 +12,7 @@ repository = "https://github.com/neodyland/sbv2-api"
documentation = "https://docs.rs/sbv2_core"
[workspace.dependencies]
anyhow = "1.0.96"
anyhow = "1.0.99"
dotenvy = "0.15.7"
env_logger = "0.11.6"
ndarray = "0.16.1"