diff --git a/bots/echidnabot/Cargo.lock b/bots/echidnabot/Cargo.lock index 0865301..ae14254 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -2589,9 +2589,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.53.1" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe45bd53ce50c9e85e8a27259675f65d772165fe5eef3e278c1b6168c3f97623" +checksum = "27be39870c558e1fbc5a5f8d4a29aa916268c1dbcb9d467f2a9bbab35598060e" dependencies = [ "arc-swap", "async-trait", diff --git a/bots/echidnabot/Cargo.toml b/bots/echidnabot/Cargo.toml index cc37d3d..3fd2e48 100644 --- a/bots/echidnabot/Cargo.toml +++ b/bots/echidnabot/Cargo.toml @@ -43,7 +43,7 @@ toml = "1.1.2+spec-1.1.0" sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "postgres", "uuid", "chrono"] } # GitHub API -octocrab = "0.53.0" +octocrab = "0.54.0" # HTTP client (for ECHIDNA communication) reqwest = { version = "0.12.28", default-features = false, features = ["json", "rustls-tls"] }