diff --git a/Cargo.toml b/Cargo.toml index 5adc3fa..b2c1845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3.11", features = [ "fmt", "ansi", ], default-features = false, optional = true } -anyhow = "1.0.58" +anyhow = "1.0.79" # Explicitly depend on serde to enable `rc` feature. serde = { version = "1.0.140", features = ["rc"] } futures-util = "0.3.23"