Skip to content

Commit be8ecb8

Browse files
fix(deps): update rust crate octocrab to 0.43.0
1 parent 308ab38 commit be8ecb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
1515
anyhow = "1.0.82"
1616
clap = { version = "4.5.4", features = ["derive", "cargo", "env"] }
1717
dirs = "5.0.1"
18-
octocrab = { version = "0.42.0" }
18+
octocrab = { version = "0.43.0" }
1919
regex = "1.10.4"
2020
reqwest = { version = "0.12.4", default-features = false, features = ["json", "rustls-tls"] }
2121
semver = { version = "1.0.22", features = ["serde"] }

0 commit comments

Comments
 (0)