Skip to content

Commit

Permalink
chore(deps): bump anstream to 0.6.18, hashbrown@15 to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 4, 2024
1 parent 7282e09 commit 8615707
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 26 deletions.
35 changes: 11 additions & 24 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.dependencies]
android_logger = "0.13.1"
anstream = { version = "0.5.0", default-features = false }
anstream = { version = "0.6.18", default-features = false }
anstyle-query = "1.1.1"
anyhow = "1.0.89"
assert_cmd = "2.0.16"
Expand Down
2 changes: 1 addition & 1 deletion crates/voicevox_core_c_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use self::helpers::{
use self::object::{CApiObject as _, CApiObjectPtrExt as _};
use self::result_code::VoicevoxResultCode;
use self::slice_owner::U8_SLICE_OWNER;
use anstream::{AutoStream, RawStream};
use anstream::{stream::RawStream, AutoStream};
use c_impls::{VoicevoxSynthesizerPtrExt as _, VoicevoxVoiceModelFilePtrExt as _};
use chrono::SecondsFormat;
use colorchoice::ColorChoice;
Expand Down

0 comments on commit 8615707

Please sign in to comment.