Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 621cdb4

Browse files
Update Rust crate octocrab to 0.24.0
1 parent f24ad88 commit 621cdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grabber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
chrono = { version = "0.4.19", features = ["unstable-locales"] }
1111
clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions", "color"] }
12-
octocrab = "0.11.0"
12+
octocrab = "0.24.0"
1313
serde = "1.0.127"
1414
serde_yaml = "0.8.17"
1515
tokio = { version = "1.1.1", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)