Skip to content

Commit a7da4e5

Browse files
fix(api-rust): update rust crate wtransport to v0.7.0 (#39026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2047878 commit a7da4e5

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

api/api-rust/Cargo.lock

Lines changed: 28 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/api-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async-nats = "=0.46.0"
1111
async-openai = { version = "=0.32.4", features = ["chat-completion"] }
1212
axum = { version = "=0.8.8", features = ["ws"] }
1313
dotenvy = "=0.15.7"
14-
wtransport = "=0.6.1"
14+
wtransport = "=0.7.0"
1515
ffmpeg-sidecar = { version = "=2.4.0", features = ["download_ffmpeg"] }
1616
futures-util = "=0.3.31"
1717
hound = "=3.5.1"

0 commit comments

Comments
 (0)