Hoist rodio to workspace level (#36113)

This PR hoists `rodio` up to a workspace dependency.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-08-13 09:50:13 -04:00 committed by GitHub
parent abde7306e3
commit f4b0332f78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -566,6 +566,7 @@ reqwest = { git = "https://github.com/zed-industries/reqwest.git", rev = "951c77
"socks",
"stream",
] }
rodio = { version = "0.21.1", default-features = false }
rsa = "0.9.6"
runtimelib = { git = "https://github.com/ConradIrwin/runtimed", rev = "7130c804216b6914355d15d0b91ea91f6babd734", default-features = false, features = [
"async-dispatcher-runtime",