Skip to content

Commit

Permalink
octocrabを更新 (VOICEVOX#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Mar 27, 2023
1 parent 0d4e529 commit 3bf87a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
41 changes: 7 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures-core = "0.3.25"
futures-util = "0.3.25"
indicatif = "0.17.3"
itertools = "0.10.5"
octocrab = { git = "https://github.com/XAMPPRocky/octocrab.git", rev = "7db3611fce5a19c6e84ca60958da0631d54d3713", default-features = false, features = ["rustls-tls", "stream"] }
octocrab = { version = "0.19.0", default-features = false, features = ["rustls-tls", "stream"] }
once_cell.workspace = true
platforms = "3.0.2"
rayon = "1.6.1"
Expand Down
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ allow-build-scripts = [
unknown-registry = "deny"
unknown-git = "deny"
allow-org = { github = [
"XAMPPRocky", # https://github.com/VOICEVOX/voicevox_core/pull/375#discussion_r1089642845
"VOICEVOX",
"wesleywiser", # https://github.com/VOICEVOX/voicevox_core/issues/437#issuecomment-1465078889
] }
Expand Down

0 comments on commit 3bf87a5

Please sign in to comment.