Skip to content

Commit caa4916

Browse files
committed
fix(deps): update rust crate anyhow to 1.0.69
1 parent 5405e94 commit caa4916

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [ "crates/*" ]
1111

1212
[dependencies]
1313
i18n = { path = "./crates/i18n" }
14-
anyhow = "1.0.68"
14+
anyhow = "1.0.69"
1515
serenity = { version = "0.11.5", default-features = false, features = [ "client", "gateway", "rustls_backend", "model" ] }
1616
reqwest = { version = "0.11.14", default-features = false, features = [ "json", "multipart", "stream", "rustls-tls" ] }
1717
tokio = { version = "1.25.0", features = [ "macros", "rt-multi-thread" ] }

0 commit comments

Comments
 (0)