diff options
author | FujiApple <fujiapple852@gmail.com> | 2024-10-30 17:46:56 +0800 |
---|---|---|
committer | FujiApple <fujiapple852@gmail.com> | 2024-10-30 18:25:26 +0800 |
commit | 29e3235414c2f5f80fb350b67d521a1baeaf5775 (patch) | |
tree | aa4590525992c244b913277368849cf0166c6691 | |
parent | 378c15ed35766ee6addf123b4e3664abe02742e1 (diff) |
chore: update `anyhow` to 1.0.91
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -110,9 +110,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "arc-swap" @@ -29,7 +29,7 @@ trippy-core = { version = "0.12.0-dev", path = "crates/trippy-core" } trippy-privilege = { version = "0.12.0-dev", path = "crates/trippy-privilege" } trippy-dns = { version = "0.12.0-dev", path = "crates/trippy-dns" } trippy-packet = { version = "0.12.0-dev", path = "crates/trippy-packet" } -anyhow = "1.0.83" +anyhow = "1.0.91" arrayvec = { version = "0.7.6", default-features = false } bitflags = "2.6.0" caps = "0.5.5" |