diff --git a/Cargo.lock b/Cargo.lock index 71f145e..0c095dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index 6f1cb7d..fca1211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.dependencies] -anyhow = { version = "1.0.87", default-features = false, features = ["std"] } +anyhow = { version = "1.0.88", default-features = false, features = ["std"] } chrono = { version = "0.4.38", default-features = false, features = ["serde"] } config = { version = "0.14.0", default-features = false, features = ["toml"] } entity = { version = "2.1.2", path = "./entity" }