Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94c4164

Browse files
authoredJan 21, 2025··
fix(deps): update rust crate octocrab to 0.43.0
1 parent 72efa5c commit 94c4164

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Cargo.lock

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

‎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)
Please sign in to comment.