Skip to content

Update cargo deps#1011

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cargo-deps
Open

Update cargo deps#1011
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cargo-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 13, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
async-tungstenite dependencies minor 0.25.00.34.0 0.34.1
base64 dependencies minor 0.210.22
cc build-dependencies patch 1.2.571.2.60 1.2.61
chrono dependencies patch 0.4.410.4.44
clap workspace.dependencies patch 4.6.04.6.1
console-subscriber (source) workspace.dependencies minor 0.10.5
eframe (source) workspace.dependencies minor 0.33.30.34.0
egui workspace.dependencies minor 0.33.30.34.0
egui-wgpu (source) workspace.dependencies minor 0.33.30.34.0
glib (source) dependencies minor 0.21.30.22.0 0.22.7 (+1)
isahc dependencies minor 1.7.21.8.1
jni dependencies minor 0.21.10.22.0
jni dependencies minor 0.210.22
js-sys (source) dependencies patch 0.3.910.3.95 0.3.97
libc dependencies patch 0.2.1830.2.185 0.2.186
libloading dependencies minor 0.8.60.9.0
napi dependencies patch 3.8.33.8.5 3.8.6
napi-derive dependencies patch 3.5.23.5.4 3.5.5
ort (source) dependencies patch 2.0.0-rc.112.0.0-rc.12
ort-tract (source) dependencies minor 0.2.0+0.220.3.0
pbjson dependencies minor 0.60.9
pbjson-types dependencies minor 0.60.9
pkg-config build-dependencies patch 0.3.320.3.33
prost dependencies minor 0.120.14
rayon build-dependencies minor 1.11.01.12.0
reqwest dependencies minor 0.120.13 0.13.3
resampler dependencies minor 0.40.5
rustls-native-certs dependencies minor 0.60.8
semver dependencies patch 1.0.271.0.28
sha2 dependencies minor 0.100.11
test-log dev-dependencies patch 0.2.190.2.20
tokio (source) dependencies minor 1.50.01.52.1
tokio (source) workspace.dependencies minor 1.50.01.52.1
tokio-rustls dependencies minor 0.240.26
tokio-tungstenite dependencies minor 0.200.29
uniffi (source) build-dependencies minor 0.30.00.31.0
uniffi (source) dependencies minor 0.30.00.31.0
wasm-bindgen (source) dependencies patch 0.2.1140.2.118 0.2.120
wasm-bindgen-futures (source) dependencies patch 0.4.640.4.68 0.4.70
web-sys (source) dependencies patch 0.3.910.3.95 0.3.97
windows-sys dependencies minor 0.590.61

Release Notes

sdroege/async-tungstenite (async-tungstenite)

v0.34.0

Compare Source

Changed
  • Update to tungstenite 0.29.
  • Update to async-native-tls 0.6.
Added
  • smol runtime support including smol-native-tls.

v0.33.0

Compare Source

Changed
  • Update GLib/gio support to version 0.22 of the bindings.
  • Update MSRV to 1.85.

v0.32.1

Compare Source

Added
  • Add tokio-rustls-platform-verifier feature to use that crate for
    certificate verification.

v0.32.0

Compare Source

Changed
  • Update to tungstenite 0.28.
Added
  • Add WebSocketStream::into_inner() to get the underlying stream.

v0.31.0

Compare Source

Changed
  • WebSocketSender::send() and close() require a mutable reference now.

v0.30.0

Compare Source

Changed
  • Update to tungstenite 0.27.
  • Update to webpki-roots to 1.0.
  • Update to glib / gio 0.21.
Added
  • Add support for splitting a WebSocketStream into a sender and receiver
    type without making use of the future's Sink trait, and re-combining them
    again into a single value.

v0.29.1

Compare Source

Added
  • Added wrappers that allow treating a WebSocket as a byte stream. ByteWriter
    allows using any Sink<Stream> as an AsyncWrite. ByteReader allows using
    any Stream<Item = tungstenite::Result<Message>> as an AsyncRead.

    Note that ByteReader will treat all bytes received as uniform, including
    for instance the contents of Close or Ping/Pong messages; if you need to
    handle the contents of a Close, don't use this.

    You may want to wrap these in a BufWriter or BufReader for efficiency.

v0.29.0

Compare Source

Changed
  • Update to tungstenite 0.26.

v0.28.2

Compare Source

Fixed
  • Add alloc feature to futures_task dependency to make sure futures-task::ArcWake is available.

v0.28.1

Compare Source

Added
  • Added WebSocketStream::send() and make the Sink impl and futures_util
    dependency optional.
Changed
  • Update MSRV to 1.64
  • Revert workaround from 0.26.2 for futures_task::ArcWake, which is fixed in 0.3.31.

v0.28.0

Compare Source

Changed
  • Update to tungstenite 0.24.
  • Update to rustls-native-certs 0.8.
  • Update MRSV to 1.63.

v0.27.0

Compare Source

Changed
  • Update glib / gio dependencies to 0.20.

v0.26.2

Compare Source

Fixed
  • Work around bug related to futures_task::ArcWake, which causes
    busy looping because of spurious waker "changes" caused by creating the same
    waker with different vtables.

v0.26.1

Compare Source

Added
  • New url feature that maps to the corresponding feature from tungstenite
    and allows connecting directly to ws / wss URLs.

v0.26.0

Compare Source

Changed
  • Update to tungstenite 0.23.
  • Don't include default features for various dependencies.
marshallpierce/rust-base64 (base64)

v0.22.1

Compare Source

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

v0.22.0

Compare Source

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)
rust-lang/cc-rs (cc)

v1.2.60

Compare Source

Fixed
  • (ar) suppress warnings from D modifier probe (#​1700)

v1.2.59

Compare Source

Fixed
  • (ar) deterministic archives with D modifier (#​1697)
Other
  • Regenerate target info (#​1698)
  • Fix target abi parsing for sanitiser targets (#​1695)

v1.2.58

Compare Source

Other
  • Update Compile-time Requirements to add info about clang-cl.exe (#​1693)
chronotope/chrono (chrono)

v0.4.44: 0.4.44

Compare Source

What's Changed

v0.4.43: 0.4.43

Compare Source

What's Changed

v0.4.42: 0.4.42

Compare Source

What's Changed

clap-rs/clap (clap)

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed
tokio-rs/console (console-subscriber)

v0.5.0

Compare Source

Breaking Changes
  • Upgrade tonic to 0.13 (#​615) (2bd1afd)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic dependency
    to a semver-incompatible version. This breaks compatibility with
    tonic 0.12.x.
  • Upgrade tonic to 0.14 (#​642)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic dependency
    to a semver-incompatible version. This breaks compatibility with
    tonic 0.13.x.
Added
Documented
  • Fix typo in doc comment (3dbca7a)
Updated

v0.4.1

Compare Source

Added

v0.4.0

Compare Source

Breaking Changes
  • Upgrade tonic to 0.12 (#​571) (5f6faa2)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic, prost and
    prost-types dependency to a semver-incompatible version. This breaks
    compatibility with tonic 0.11.x as well as prost/prost-types
    0.12.x.
Added
Fixed
  • Remove unused AggregatorHandle and fix other lints (#​578) (c442063)
Updated

v0.3.0

Compare Source

console-subscriber-v0.3.0 - (2024-06-10)

Breaking Changes
  • Bump tonic to 0.11 (#​547) (ef6816c)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic dependency to a
    semver-incompatible version. This breaks compatibility with tonic
    0.10.x.
Added
Documented
Fixed
Updated

v0.2.0

Compare Source

emilk/egui (eframe)

v0.34.1

Compare Source

v0.34.0

Compare Source

⭐ Added
🔧 Changed
🐛 Fixed
🚀 Performance
emilk/egui (egui)

v0.34.1

Compare Source

Nothing new

v0.34.0

Compare Source

Highlights from this release
  • Sharper text unlocked by switching font rendering crate to skrifa
  • Fade out edges of ScrollAreas
  • Use Ui as the main entrypoint
Skrifa and font hinting

The font rendering backend was switched from ab_glyph to skrifa + vello_cpu. This enabled us support
font hinting and variations. It also paves the way for more font improvements in the future, like support for color
emojis and adding helpers for variations like RichText::bold.

Font hinting makes text more clear (look at the =):

Screen.Recording.2026-03-26.at.10.49.43.mov

We now support setting variable font parameters:

Screen.Recording.2026-03-26.at.11.37.21.mp4

(Unfortunately there is currently a bug with variations, meaning changing them live like this won't work in practise.
There is a draft PR to fix it, but it didn't make the release)

More Ui, less Context

egui has long had a confusing overlap in responsibilities between Context and Ui.
In particular, you could add panels to either one (or both!).
In this release, we switch from having Context be the main entrypoint, and instead provide whole-app Ui.
In egui we've replaced Context::run with Context::run_ui, and changed viewports to be given a &mut Ui instead of Context.
In eframe we've deprecated App::update replaced it with App::ui (which provides a &mut Ui instead of a &Context).

In addition to this, Ui now derefs to Context, so all code like ui.ctx().input(…) can now be written ui.input(…).
This means you are much less likely to have to use naked Contexts.
Context can still be useful though, since they implement Clone and can be sent to other threads so you can call .request_repaint on them.

Changed panel API

As part of the above work, we have unified the panel API.
SidePanel and TopBottomPanel are deprecated, replaced by a single Panel.
Furthermore, it is now deprecated to use panels directly on Context. Use the show_inside functions instead, acting on Uis.

This unification and simplification will make it easier to maintain and improve panels going forward.

⭐ Added
🔧 Changed
🔥 Removed
🐛 Fixed
🚀 Performance
emilk/egui (egui-wgpu)

v0.34.1

Compare Source

v0.34.0

Compare Source

⭐ Added
  • Add error message when calling .render() without .update_buffers() #​8005 by @​emilk
🔧 Changed
🐛 Fixed
gtk-rs/gtk-rs-core (glib)

v0.22.5

Compare Source

Arun Mani J:
      glib: Create safe bindings for `BookmarkFile`

Martin Nordholts:
      gio: Add "D-Bus" and "DBus" to Cargo.toml keywords and description
      gio: Remove "gio" from package.keywords

Sebastian Dröge:
      Update versions to 0.22.5

v0.22.4

Compare Source

Bilal Elmoussaoui:
      glib: Allow setting FINAL/DEPRECATED flags
      ci: Only run compile tests on glib crate
      Fix typos job

Ignacio Casal Quinteiro:
      glib-win32: fix export of function

Sebastian Dröge:
      Update gir / gir-files
      Regenerate with latest gir / gir-files
      rustfmt: Update to 2024 edition
      glib: Make sure to acquire the main context and make it thread default in `MainContext::block_on()`
      glib: Add various `#[allow(deprecated)]` to `glib::wrapper!` for when the parent class/interface is deprecated
      Update versions to 0.22.4

v0.22.3

Compare Source

Carlos Martín Nieto:
      glib: use `pointer::addr()` to resolve strict provenance lint
      glib: use exposed provenance when we cannot copy one
      glib: make use of `mem::offset_of!()`

Sebastian Dröge:
      Update gir-files
      Regenerate with latest gir-files
      Update versions to 0.22.3

v0.22.2

Compare Source

Julian Sparber:
      glib: Implement From<PtrSlice<GStringPtr> for StrV
      glib: Implement From<StrV> for PtrSlice<GStringPtr>

Sebastian Dröge:
      gio: Mark `Socket::from_raw_socket()` as unsafe

Wladimir Palant:
      glib-macros: Silence “redundant closure” clippy warning in closure!/closure_local!

v0.22.0

Compare Source

Bernhard M. Wiedemann:
      glib-macros: Use BTreeMap instead of HashMap

Biagio Festa:
      glib-macros/async_test: unwrap result when setting default context
      glib-macros/async_test: dont move main context within closure
      glib/bytes: relax start offset constraint for `from_bytes`

Bilal Elmoussaoui:
      ci: Switch from gsvbuild to MSVC
      Generate bindings for win32/unix GLib/Gio
      Build new crates on CI
      gio/unix: Remove the manual fallback for MountEntry
      glib: Lower host dep requirement
      glib/unix: Add missing futures feature
      gio/unix: Ignore a clippy lint
      gio: Comment out a test & drop UnixFdMessage
      gio/tests: Remove no longer useful headers
      gio: Move various config options to gio-unix
      glib: Remove no longer needed manual ffi functions
      glib/sys: Don't generate UnixPipe
      Regenerate with fixed GIR files
      glib/source: Fix imports on Win32
      glib/win32: Add missing imports
      gio/win32: Manually implement streams
      gio/win32: Add a type for GNetworkMonitorBase and drop duplicated manual ones
      gio/win32: Add missing dep
      deny: Drop no longer needed skips
      Add missing licenses
      Adapt to rust nightly docs changes
      gio: Move test to gio-unix
      gdk-pixbuf: Ignore another clippy lint
      Fix docs for new crates
      Force update windows-sys for new crates
      win32: Always depend on windows-sys
      win32: Guard std::os::windows usage
      gio/win32: Add missing feature
      Re-export preludes
      glib: Use 'static lifetime for nick/name
      Use 'a lifetime instead
      glib: Mark push_thread_default as renamed

Casey Jao:
      Clarify the GObject subclass mechanism
      Add missing comment markers
      Update glib/src/subclass/mod.rs
      Clarify Rust-C analogy for external interface
      Improve diagram
      Fix alignment

François Laignel:
      gio: fix compilation with beta toolchain

Guillaume Gomez:
      Update `trybuild2` version to `1.3.0`

Marc-André Lureau:
      glib: fix GStringBuilder::copy_into
      glib-macros: make proc-macro-crate optional
      glib: add 'futures' feature
      workspace: use glib default-features = false

Maximiliano Sandoval:
      image: Add python3-requests
      binding_group: Rename transform fns to with_value
      binding_group: Add lifetimes to BindingBuilder fns
      binding_group: Add transforms with concrete types
      binding_group: Add test for concrete transforms

Philipp Jungkamp:
      gio: Fix segfault in ListStore::find_with_equal_func
      gio: Add exit_code methods to ApplicationCommandLine
      gio: Remove {set,get}_exit_status from Gir generation
      gio: Fix ApplicationCommandLineExtManual draft
      glib: Add logging bridge for structured logs

Renyi Zhao:
      glib: Fix misuse of operator in subtract_days
      pango: Fix out-of-bounds access in itemize functions
      graphene: Fix UB in intersect_triangle by validating t_out before assume_init
      cairo: Add bounds check for nth in region_get_rectangle to prevent UB
      cairo: Fix integer overflow in create_for_data's len check
      glib: Fix UB in spawn_async_with_pipes by validating success before assume_init

Rose Davidson:
      cairo: Fix return type for cairo_script_create_for_stream.
      cairo: write-to-stream callbacks should accept const pointers to data

Sebastian Dröge:
      Post release version bump
      Deploy 0.21 docs and drop 0.15 docs
      glib: Fix new clippy warnings
      glib: Only build regex compiletests if the corresponding feature is enabled
      glib: Fix segfault in `List::retain()`
      glib: Compare lengths in `<StrV as PartialEq<[&str]>>::eq` too
      glib: Null-terminate on every iteration in `PtrSlice::extend_from_slice`
      glib: Avoid more integer overflows when reserving space in `PtrSlice` / `Slice` / `StrV`
      Update Cargo.lock
      gio: Make etag in `File::replace_contents_async()` optional
      glib-macros: Make main context the thread-default one in `#[async_test]`
      pango: Generate new `FontColor` enum
      pango: Add new `v1_57` feature
      ci: Don't build pango with `--all-features` for now
      glib: Fix pointer signedness
      gio: `DataInputStream::read_line_async()` can return `None` slices
      gio: Use correct finish function for `DataInputStream::read_line_utf8_async()`
      Update Cargo.lock
      Allows windows-sys 0.61 too
      Update Cargo.lock
      deny: Update
      pango: Fix off-by-one in assertion for `pango::itemize()`
      glib: Update expected compiler error texts in compiletests for rustc 1.90
      glib: Fix some new 1.90 clippy warnings
      Update dependencies
      glib: Fix typo in comment
      gio: Fix typo in docs
      Update MSRV to 1.86
      Update all dependencies
      Switch MSRV CI to 1.86
      glib: Fix typo in docs
      ci: Only run glib-macros tests on stable
      gio: Remove pointless, empty build.rs
      glib: Fix `Regex::match` API
      glib: Add some missing debug assertions to the `Regex` API
      gio: Fix GSettings test
      Update gir
      Regenerate with latest gir
      Remove `--cfg docsrs` from the Cargo.tomls
      Update docs.rs hacks in cairo-sys build.rs
      Don't pass `--cfg docsrs` via RUSTFLAGS on the CI
      glib: Clean up `Regex` tests
      Update various dependencies
      glib-sys: Add type aliases for all the GLib types
      Update MSRV to 1.92
      Fix new clippy warnings
      Update Cargo.lock
      Update versions to 0.22.0-alpha.1
      Add missing package metadata to Unix/Win32 crates
      Add more missing package metadata to Unix/Win32 crates
      Lower local workspace dependencies to any alpha version
      Add workspace dependencies for Unix/Win32 crates
      Untangle Win32/Unix crate dependencies some more
      gio-win32: Fix FFI crate name
      Run `cargo fix --edition`
      Update to edition 2024
      Change various code to avoid too early dropped temporaries
      glib-macros: Fix downgrade macro
      gio: Remove unnecessary parenthesis around type
      Remove unnecessary unsafe blocks
      Update gir
      Regenerate with latest gir
      gio: Fix indentation
      glib: Allow wrapper macro to expand unsafe blocks
      Fix a couple of new clippy warnings
      Update versions to 0.22.0-alpha.2
      Update Cargo.lock
      Update to `resolver = "3"`
      glib: Mark `setenv()` / `unsetenv()` as unsafe
      Update GLib 2.88 version requirement to >= 2.87 and 2.86 to >= 2.86
      glib-unix: Mark g_closefrom() as unsafe
      gio: Generate new API
      gio: Add missing v2_88 feature
      ci: Run glib/gio tests with v2_88
      Update Cargo.lock
      Update versions to 0.22.0-alpha.2
      cairo: Use dynamically linked x11-dl crate instead of x11
      glib: Move some Windows-specific unsafe code in unsafe functions into unsafe blocks
      Update gir
      Regenerate with latest gir
      gio: Add back `Socket::from_raw_fd()` / `::from_raw_socket()`
      Update gir
      Regenerate with latest gir
      Update dependencies
      Update versions to 0.22.0

Sebastian Wiesner:
      Impl AsFd for FileDescriptorBased
      Implement Display for ObjectPath
      Add subscribe_to_signal
      Use "named" parameters for subscribe_to_signal
      Add receive_signal and receive_signal_parameters
      Add simple example about DBus signals

Tau Gärtli:
      Generate Gio.DBusObjectManagerClient
      Move customized auto-generate code to manual
      Combine impls
      Mark as send+sync
      Ignore C APIs
      Manually implement interface-proxy-properties-changed
      Suppress doc alias from checker
      Split constructors to simplify signature
      Update gir and no longer needed remove manual impls
      Regen other crates
      Split sync methods into overloads with and without fn
      Split async+callback methods into overloads with and without fn
      Overloads for new_for_bus
      gio: Make DBusProxy subclassable
      gio: Add object manager example

Thibault Saunier:
      glib: Add Error::with_domain constructor and code getter

Tomoaki Kawada:
      glib: Fix overflow in `StrV::reserve` when checking capacity
      glib: Fix overflow in `StrV::extend_from_slice` when checking capacity
      glib: Null-terminate on every iteration in `StrV::extend_from_slice`
      glib: Compare lengths in `<StrVRef as PartialEq<[&str]>>::eq`

Zachary S:
      glib: Don't drop `T` if `ThreadGuard<T>` is dropped on the wrong thread.
      glib: Don't double-panic if `ThreadGuard::into_inner` is called on the wrong thread.

fbrouille:
      Add gio::IOModule

> ✂ **Note**
> 
> PR body was truncated to here.


</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - "before 9am on monday"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/livekit/rust-sdks).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 13, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package clap@4.6.0 --precise 4.6.1
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
    Updating git repository `https://github.com/l1npengtul/nokhwa`
From https://github.com/l1npengtul/nokhwa
 * [new ref]         4923ecab7cf26f9dba83867a15a9d8662d021296 -> refs/commit/4923ecab7cf26f9dba83867a15a9d8662d021296
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path device-info/Cargo.toml --package libc@0.2.183 --precise 0.2.185
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path libwebrtc/Cargo.toml --package js-sys@0.3.91 --precise 0.3.95
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path livekit-api/Cargo.toml --package isahc@1.7.2 --precise 1.8.1
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path livekit-ffi/Cargo.toml --workspace
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path livekit-protocol/Cargo.toml --workspace
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path livekit-uniffi/Cargo.toml --workspace
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path livekit-wakeword/Cargo.toml --package ort@2.0.0-rc.11 --precise 2.0.0-rc.12
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path livekit/Cargo.toml --package chrono@0.4.41 --precise 0.4.44
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path webrtc-sys/build/Cargo.toml --package semver@1.0.27 --precise 1.0.28
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path livekit-ffi-node-bindings/Cargo.toml --package napi@3.8.3 --precise 3.8.5
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path soxr-sys/Cargo.toml --package cc@1.2.57 --precise 1.2.60
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path webrtc-sys/Cargo.toml --package cc@1.2.57 --precise 1.2.60
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path yuv-sys/Cargo.toml --package cc@1.2.57 --precise 1.2.60
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-uniffi/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/livekit/rust-sdks/livekit-ffi-node-bindings/Cargo.toml
workspace: /tmp/renovate/repos/github/livekit/rust-sdks/Cargo.toml
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `webrtc-sys-build v0.3.15 (/tmp/renovate/repos/github/livekit/rust-sdks/webrtc-sys/build)`
    ... which satisfies path dependency `webrtc-sys-build` (locked to 0.3.15) of package `mobile v0.1.0 (/tmp/renovate/repos/github/livekit/rust-sdks/examples/mobile)`
versions that meet the requirements `^0.13` are: 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `webrtc-sys-build` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


failed to select a version for `reqwest` which could resolve this conflict

@github-actions
Copy link
Copy Markdown
Contributor

No changeset found

This PR modifies the following packages but doesn't include a changeset:

Directly changed:

  • device-info
  • libwebrtc
  • livekit
  • livekit-api
  • livekit-ffi
  • livekit-protocol
  • livekit-wakeword
  • webrtc-sys-build

Downstream dependencies (also need a version bump):

  • livekit-datatrack
  • webrtc-sys

Click here to create a changeset

The link pre-populates a changeset file with patch bumps for all affected packages.
Edit the description and bump types as needed before committing.

If this change doesn't require a version bump, add the internal label to this PR.

@renovate renovate Bot force-pushed the renovate/cargo-deps branch 3 times, most recently from b699e8d to 0bee982 Compare April 18, 2026 00:41
@renovate renovate Bot force-pushed the renovate/cargo-deps branch 3 times, most recently from 153e98d to 8e99568 Compare April 28, 2026 21:03
Generated by renovateBot
@renovate renovate Bot force-pushed the renovate/cargo-deps branch from 8e99568 to 1269a73 Compare April 29, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants