Skip to content

Commit 9b5545c

Browse files
Merge branch 'main' into dependabot/cargo/bots/rhodibot/chrono-0.4.45
2 parents 0a2298d + 45da16d commit 9b5545c

7 files changed

Lines changed: 1818 additions & 7 deletions

File tree

bots/echidnabot/Cargo.lock

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

bots/echidnabot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ toml = "1.1.2+spec-1.1.0"
4343
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "postgres", "uuid", "chrono"] }
4444

4545
# GitHub API
46-
octocrab = "0.51.0"
46+
octocrab = "0.53.0"
4747

4848
# HTTP client (for ECHIDNA communication)
4949
reqwest = { version = "0.12.28", default-features = false, features = ["json", "rustls-tls"] }
5050

5151
# Utilities
5252
async-trait = "0.1.89"
5353
uuid = { version = "1.23.2", features = ["v4", "serde"] }
54-
chrono = { version = "0.4.44", features = ["serde"] }
54+
chrono = { version = "0.4.45", features = ["serde"] }
5555
thiserror = "2.0.18"
5656
anyhow = "1.0.102"
5757
tracing = "0.1.44"

0 commit comments

Comments
 (0)