diff --git a/Cargo.lock b/Cargo.lock index e2b21b9..3ba3e33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,9 +76,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "async-tungstenite" diff --git a/Cargo.toml b/Cargo.toml index e23db59..2302c12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.38.1", features = ["full"] } futures = "0.3.30" columns = "0.1.0" colored = "2.0.4" -anyhow = "1.0.86" +anyhow = "1.0.92" url = "2.5.2" regex = "1.10"