Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 16 updates#95

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-cfa93284f4
Open

chore(deps): bump the rust-dependencies group across 1 directory with 16 updates#95
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-cfa93284f4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Updates the requirements on bevy, bevy_egui, bevy-inspector-egui, egui_dock, petgraph, async-openai, toml, ron, bincode, reqwest, reqwest-middleware, sha2, tiktoken-rs, rand, nalgebra and reqwest-vcr to permit the latest version.
Updates bevy to 0.18.1

Release notes

Sourced from bevy's releases.

v0.18.1

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.18.0...v0.18.1

Commits
  • f667c28 Release 0.18.1
  • 4f93317 fix: reparenting perf (#23156)
  • 1a7dd1c Fix volumetric rendering order problem (#23062)
  • c7d002d Ktx2, Basis, and DDS files ignoring RenderAssetUsages from .meta files (#22992)
  • b8c3a76 Fix culling for negative sized UI elements (#22922)
  • 048384e Add smol_str feature to bevy_reflect dependency for bevy_text. (#22848)
  • 2b5bdb7 Fix Gizmos not drawing On\<Pointer<Drag>>, Observers generally, and Triggere...
  • 32d3387 Small EasyScreenRecordingPlugin Usability Improvements: expose system set, ...
  • e45497b Add padding for color_plane widget for wasm/webgl compat (#22724)
  • 9a168cc Fix asset extraction for GpuAutoExposureCompensationCurve (#22803)
  • Additional commits viewable in compare view

Updates bevy_egui to 0.39.1

Release notes

Sourced from bevy_egui's releases.

[0.39.1] - 6-Feb-2026

Fixed

  • Fix text AA by no longer re-premultiplying alpha for egui textures (#465).
    • Potentially breaking: even though it's not a breaking change API-wise, it will change rendering of user textures. See the PR for the details and migration notes.
Changelog

Sourced from bevy_egui's changelog.

[0.39.1] - 6-Feb-2026

Fixed

  • Fix text AA by no longer re-premultiplying alpha for egui textures (#465).
    • Potentially breaking: even though it's not a breaking change API-wise, it will change rendering of user textures. See the PR for the details and migration notes.

[0.39.0] - 14-Jan-2026

Changed

  • Update to Bevy 0.18.
  • Remove the deprecated PICKING_ORDER constant (picking order is now calculated dynamically, see EguiPickingOrder).

Fixed

  • Fix broken inputs when using custom EventLoop events (#460 by @​RobinKellnerVector).
  • Fix IME breaking backspace and arrow buttons on Linux.
  • No longer insert the CursorIcon component into context entities.
  • Fix some unresolved doc links.

[0.38.1] - 20-Dec-2025

Fixed

  • Fix primary context always running in the multi-pass mode regardless of the settings (#455).
  • Fix PointerHits order, set it based on UiRenderOrder (#443).
  • The context component and PrimaryEguiContext are now inserted within a single bundle.
  • Workaround missing support of struct push constant in DX12 (#440 by @​rbnelr).

Added

Misc

[0.38.0] - 13-Oct-2025

Added

  • Add an option to disable IME: ime_enable in both EguiContextSettings and EguiGlobalSettings.
  • Re-enable accesskit support, see the accesskit feature (disabled by default).
  • Partial texture update support (#433 by @​OwlyCode).

Changed

  • Update to egui 0.33.

... (truncated)

Commits
  • fc54b19 Bump to 0.39.1
  • e8cbab2 No longer re-premultiply alpha for egui textures (fixes text AA) (#465)
  • 81904da Fix examples deployment
  • 88c5347 Update the Bevy support table
  • 313cc28 Update changelog, bump versions
  • 1dfe844 Fix IME breaking backspace and arrow buttons on Linux
  • afcbbb6 Bevy 0.18 (#452)
  • 8036030 Fix no input with custom EventLoop Event (close #461)
  • d8aeaf4 Update rfd requirement from 0.15 to 0.16 (#445)
  • e1b5c63 Fix unresolved doc links
  • Additional commits viewable in compare view

Updates bevy-inspector-egui to 0.36.0

Changelog

Sourced from bevy-inspector-egui's changelog.

Version 0.36.0

  • update to bevy 0.18, bevy_egui 0.39
  • fix bug in editing of hashmaps #294 (@​vultix)
  • add ability to show color picker ui for color types like LinearRgba instead of just Color
  • document and expose the bevy_inspector::errors module as utilities for custom inspector UI errors
  • fix the unintended inclusion of all bevy_egui features

Version 0.35.0

  • update to egui 0.33

Version 0.34.1

  • add bevy_gizmos feature for inspecting GizmoConfigGroup

Version 0.34.0

  • update to bevy 0.17 / bevy_egui 0.37
  • egui_dock example: use transform-gizmo-bevy
  • when bevy/track_location is enabled, you can right click components to jump to the code location of the last change
  • remove the "Show observers" checkbox, as those are now marked as internal

Version 0.33.1

Version 0.33.0

Version 0.32.0

Version 0.31.0

  • update to bevy 0.16

Version 0.30.0

  • add docs and labels for types without fields
  • allow color grading controls with negative numbers
  • bevy_egui 0.33 and egui 0.31
  • fix panic on unsupported color type

Version 0.29.1

  • add enabled-by-default documentation feature, which will display docs for reflected components on hover

Version 0.29.0

Version 0.28.1

  • fix inspector options not being respected

... (truncated)

Commits
  • 9106021 docs: 0.36.0 changelog
  • 3d5b6ad refactor: move world_inspector_manual to appropriate place
  • 46df814 fix: unintended inclusion of bevy_egui default features
  • 9a1b5d4 docs: reorganize and document cargo features
  • b7fe722 expose and document errors module
  • 7f15a94 remove unnecessary import
  • 20dc0e6 docs: fix broken links
  • 582e5d5 bevy_impls: register inner color types
  • 26f1e29 Bevy 0.18 (#304)
  • 957de3f ci: fix line break
  • Additional commits viewable in compare view

Updates egui_dock to 0.19.1

Changelog

Sourced from egui_dock's changelog.

egui_dock 0.19.1 - 2026/03/31

  • Corrected outdated documentation.

egui_dock 0.19.0 - 2026/03/29

Breaking changes

  • Upgraded to egui 0.34. (#314)
  • Replaced all SurfaceIndex, NodeIndex, and TabIndex groupings with NodePath and TabPath in the argument lists of the following functions (#312):
    • DockState::set_active_tab,
    • DockState::set_focused_node_and_surface,
    • DockState::move_tab,
    • DockState::detach_tab,
    • DockState::remove_tab,
    • DockState::remove_leaf,
    • DockState::split,
    • DockState::focused_leaf,
    • TabViewer::context_menu,
    • TabViewer::on_add,
    • TabViewer::add_popup.
  • Changed the return type of some methods (#312):
    • DockState::iter_all_nodes now returns impl Iterator<Item = (NodePath, &Node<Tab>)>,
    • DockState::iter_all_nodes_mut now returns impl Iterator<Item = (NodePath, &mut Node<Tab>)>,
    • DockState::iter_all_tabs now returns impl Iterator<Item = (TabPath, &Tab)>,
    • DockState::iter_all_tabs_mut now returns impl Iterator<Item = (TabPath, &mut Tab)>,
    • DockState::iter_leaves now returns impl Iterator<Item = (NodePath, &LeafNode<Tab>)>,
    • DockState::iter_leaves_mut now returns impl Iterator<Item = (NodePath, &mut LeafNode<Tab>)>,
    • DockState::find_tab_from now returns Option<TabPath>,
    • DockState::find_tab now returns Option<TabPath>,
    • Surface::iter_all_tabs now returns impl Iterator<Item = ((NodeIndex, TabIndex), &Tab)>,
    • Surface::iter_all_tabs_mut now returns impl Iterator<Item = ((NodeIndex, TabIndex), &mut Tab)>,
    • Tree::set_active_tab now returns Result<()> (Err if any of the indices are invalid),
    • LeafNode::::set_active_tab now returns Result<()> (Err if the tab index is invalid).
  • impl From<(SurfaceIndex, NodeIndex, TabInsert)> for TabDestination was replaced with impl From<(NodePath, TabInsert)> for TabDestination. (#312)

Added

  • NodePath and TabPath structs, useful for more consistent and terse indexing of nodes and tabs. (#312)
  • Indexing LeafNode with TabIndex. (#311)
  • Indexing DockState using NodePath. (#312)
  • New methods (#312):
    • DockState::node(_mut): returns a Node at a given NodePath,
    • DockState::leaf(_mut): returns a LeafNode at a given NodePath,
    • DockState::iter_surfaces(_mut)_indexed: returns a Surface iterator paired with its SurfaceIndex,
    • Surface::iter_nodes(_mut)_indexed: returns a Node<Tab> iterator paired with its NodeIndex,
    • Tree::leaf(_mut): returns a Result<&LeafNode<Tab>> at a given NodeIndex,

... (truncated)

Commits

Updates petgraph to 0.8.3

Release notes

Sourced from petgraph's releases.

petgraph-v0.8.3

Bug Fixes

  • Infinite subgraph_isomorphisms_iter for empty isomorphisms (#780)
  • Algos don't work on UndirectedAdaptor (#870) (#871)
  • use a queue for SPFA (#893)
  • StableGraph::reverse breaks free lists (#890)

Documentation

  • Fix examples link in README and unify typesetting of one word (#823)
  • Add link to multigraph definition to isomorphism algos (#824)
  • Fix auxiliary space (and time) complexity of bron-kerbosch (#825)
  • Fix Typo in Operator Module Documentation (#831)
  • Sync the crate feature flags in the README and docs (#832)
  • Remove all [Generic] tags from algo docstrings (#835)
  • Fix typos in comments (#836)
  • Revamp CONTRIBUTING.md (#833)
  • Update GraphMap link in README (#857)
  • Add doc comment for Dot::with_attr_getters (#850)
  • Specify iteration order for neighbors and edges and their variants (#790)
  • Collection of Doc fixes (#856)

New Features

  • Add into_nodes_edges_iters to StableGraph (#841)
  • Add methods to reserve & shrink StableGraph capacity (#846)
  • Add Dinic's Maximum Flow Algorithm (#739)
  • make Csr::from_sorted_edges generic over edge type and properly increase edge_count in Csr::from_sorted_edges (#861)
  • Add map_owned and filter_map_owned for Graph and StableGraph (#863)
  • Add dijkstra::with_dynamic_goal (#855)
  • Fix self-loop bug in all_simple_paths and enable multiple targets (#865)
  • mark petgraph::dot::Dot::graph_fmt as public (#866)
  • Add bidirectional Dijkstra algorithm (#782)

Performance

  • Make A* tie break on lower h-values (#882)

Refactor

  • add examples for scc algorithms and reorganize into dedicated module (#830)
  • Remove unnecessary trait bounds from impls/methods (#828)
  • replace uses of 'crate::util::zip' with 'core::iter::zip' (#849)
  • Fix clippy (and other) lints (#851)
  • Cleanup repo (#854)
  • replace crate::util::enumerate with Iterator::enumerate (#881)

Testing

... (truncated)

Changelog

Sourced from petgraph's changelog.

0.8.3 - 2025-09-30

Bug Fixes

  • Infinite subgraph_isomorphisms_iter for empty isomorphisms (#780)
  • Algos don't work on UndirectedAdaptor (#870) (#871)
  • use a queue for SPFA (#893)
  • StableGraph::reverse breaks free lists (#890)

Documentation

  • Fix examples link in README and unify typesetting of one word (#823)
  • Add link to multigraph definition to isomorphism algos (#824)
  • Fix auxiliary space (and time) complexity of bron-kerbosch (#825)
  • Fix Typo in Operator Module Documentation (#831)
  • Sync the crate feature flags in the README and docs (#832)
  • Remove all [Generic] tags from algo docstrings (#835)
  • Fix typos in comments (#836)
  • Revamp CONTRIBUTING.md (#833)
  • Update GraphMap link in README (#857)
  • Add doc comment for Dot::with_attr_getters (#850)
  • Specify iteration order for neighbors and edges and their variants (#790)
  • Collection of Doc fixes (#856)

New Features

  • Add into_nodes_edges_iters to StableGraph (#841)
  • Add methods to reserve & shrink StableGraph capacity (#846)
  • Add Dinic's Maximum Flow Algorithm (#739)
  • make Csr::from_sorted_edges generic over edge type and properly increase edge_count in Csr::from_sorted_edges (#861)
  • Add map_owned and filter_map_owned for Graph and StableGraph (#863)
  • Add dijkstra::with_dynamic_goal (#855)
  • Fix self-loop bug in all_simple_paths and enable multiple targets (#865)
  • mark petgraph::dot::Dot::graph_fmt as public (#866)
  • Add bidirectional Dijkstra algorithm (#782)

Performance

  • Make A* tie break on lower h-values (#882)

Refactor

  • add examples for scc algorithms and reorganize into dedicated module (#830)
  • Remove unnecessary trait bounds from impls/methods (#828)
  • replace uses of 'crate::util::zip' with 'core::iter::zip' (#849)
  • Fix clippy (and other) lints (#851)
  • Cleanup repo (#854)
  • replace crate::util::enumerate with Iterator::enumerate (#881)

Testing

... (truncated)

Commits
  • 1629035 chore: release v0.8.3 (#826)
  • ce23445 ci: Use new cargo resolver when running CI with MSRV (#887)
  • ef5d17d docs: Collection of Doc fixes (#856)
  • b682695 fix: StableGraph::reverse breaks free lists (#890)
  • 29f4c92 fix: use a queue for SPFA (#893)
  • b87dbc5 perf: Make A* tie break on lower h-values (#882)
  • 49d2740 refactor: replace crate::util::enumerate with Iterator::enumerate (#881)
  • 0a0efbe docs: Specify iteration order for neighbors and edges and their variants (#790)
  • 5c7e0fb ci: Fix Hashbrown dependencies (#878)
  • aa53dbe feat: Add bidirectional Dijkstra algorithm (#782)
  • Additional commits viewable in compare view

Updates async-openai to 0.38.0

Release notes

Sourced from async-openai's releases.

v0.38.0

What's Changed

Full Changelog: 64bit/async-openai@async-openai-v0.37.0...async-openai-v0.38.0

Commits

Updates toml to 1.1.2+spec-1.1.0

Commits

Updates ron to 0.12.1

Release notes

Sourced from ron's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: ron-rs/ron@v0.12.0...v0.12.1

Changelog

Sourced from ron's changelog.

[0.12.1] - 2026-03-30

Format Changes

  • Ignore #![type = "..."] and #![schema = "..."] attributes (#596)

Bug Fixes

  • Fixed parsing of integer type suffixes for non-decimal numbers (#600)

[0.12.0] - 2025-11-12

API Changes

  • Breaking: Removed the ron::error::Error::Base64Error variant. (#566)
  • Added into_inner() method to ron::ser::Serializer to retrieve the inner writer. (#588)
  • Removed the base64 dependency. (#566)

Format Changes

  • Format-Breaking: Remote base64-encoded byte strings deserialisation, replaced by Rusty byte strings in v0.9.0 (#566)

Bug Fixes

  • Fixed untagged enum deserialisation for serde >= 1.0.220 with better serde content detection (#582)

[0.11.0] - 2025-08-27

API Changes

  • Breaking: SpannedError now stores the full error span in span: Span { start: Position, end: Position }`, to facilitate, e.g., language server highlighting of syntax errors.
  • Breaking: Added no_std support via a new std feature (enabled by default). With default features disabled, you must enable the std feature to access de::from_reader, and the std::io operations on Options, such as from_reader, from_reader_seed, to_io_writer, and to_io_writer_pretty (#567)
  • Breaking: Fixed (again) ron::value::Number to ensure it is non-exhaustive, to avoid breaking matches when feature unification enables more of its variants than expected (#568)

Examples

  • Add a new example file_read_write_vec.rs for reading and writing Vec<T> to/from files. (#573)

[0.10.1] - 2025-04-08

API Changes

  • Add ron::Options::to_io_writer and ron::Options::to_io_writer_pretty to allow writing into an io::Writer (#561)
  • Breaking: ron::value::Number is now non-exhaustive, to avoid breaking matches when feature unification enables more of its variants than expected (#564)

[0.9.0] - 2025-03-18

API Changes

  • Add ron::value::RawValue helper type which can (de)serialize any valid RON (#407)

... (truncated)

Commits

Updates bincode to 3.0.0

Commits

Updates reqwest to 0.13.3

Release notes

Sourced from reqwest's releases.

v0.13.3

tl;dr

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.13.2...v0.13.3

Changelog

Sourced from reqwest's changelog.

v0.13.3

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.

v0.13.2

  • Fix HTTP/2 and native-tls ALPN feature combinations.
  • Fix HTTP/3 to send h3 ALPN.
  • (wasm) fix RequestBuilder::json() from override previously set content-type.

v0.13.1

  • Fixes compiling with rustls on Android targets.

v0.13.0

  • Breaking changes:
    • rustls is now the default TLS backend, instead of native-tls.
    • rustls crypto provider defaults to aws-lc instead of ring. (rustls-no-provider exists if you want a different crypto provider)
    • rustls-tls has been renamed to rustls.
    • rustls roots features removed, rustls-platform-verifier is used by default.
      • To use different roots, call tls_certs_only(your_roots).
    • native-tls now includes ALPN. To disable, use native-tls-no-alpn.
    • query and form are now crate features, disabled by default.
    • Long-deprecated methods and crate features have been removed (such as trust-dns, which was renamed hickory-dns a while ago).
  • Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
    • For example, prefer tls_backend_rustls() over use_rustls_tls().

v0.12.28

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.

v0.12.26

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

... (truncated)

Commits

Updates reqwest-middleware to 0.5.1

Release notes

Sourced from reqwest-middleware's releases.

reqwest-middleware-v0.5.1

Other

  • Set changelog version for last release (#268)
Commits

Updates sha2 to 0.11.0

Commits

Updates tiktoken-rs to 0.11.0

Release notes

Sourced from tiktoken-rs's releases.

v0.11.0

What's Changed

Features

Other Changes

Full Changelog: zurawiki/tiktoken-rs@v0.10.0...v0.11.0

Commits
  • b115197 Return Option from get_context_size, improve error messages, bump to 0.11.0 (...
  • 5561968 Add gpt-5.2/5.3/codex model support (#159)
  • 7555342 Add generic token type APIs (FromRank trait) (#157)
  • 415f11e Use GitHub auto-generated release notes (#158)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 24, 2026
… 16 updates

Updates the requirements on [bevy](https://github.com/bevyengine/bevy), [bevy_egui](https://github.com/vladbat00/bevy_egui), [bevy-inspector-egui](https://github.com/jakobhellermann/bevy-inspector-egui), [egui_dock](https://github.com/Adanos020/egui_dock), [petgraph](https://github.com/petgraph/petgraph), [async-openai](https://github.com/64bit/async-openai), [toml](https://github.com/toml-rs/toml), [ron](https://github.com/ron-rs/ron), [bincode](https://github.com/bincode-org/bincode), [reqwest](https://github.com/seanmonstar/reqwest), [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware), [sha2](https://github.com/RustCrypto/hashes), [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs), [rand](https://github.com/rust-random/rand), [nalgebra](https://github.com/dimforge/nalgebra) and [reqwest-vcr](https://github.com/baptiste-le-m/reqwest-vcr) to permit the latest version.

Updates `bevy` to 0.18.1
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Commits](bevyengine/bevy@v0.16.1...v0.18.1)

Updates `bevy_egui` to 0.39.1
- [Release notes](https://github.com/vladbat00/bevy_egui/releases)
- [Changelog](https://github.com/vladbat00/bevy_egui/blob/main/CHANGELOG.md)
- [Commits](vladbat00/bevy_egui@v0.35.0...v0.39.1)

Updates `bevy-inspector-egui` to 0.36.0
- [Changelog](https://github.com/jakobhellermann/bevy-inspector-egui/blob/main/docs/CHANGELOG.md)
- [Commits](jakobhellermann/bevy-inspector-egui@v0.32.0...v0.36.0)

Updates `egui_dock` to 0.19.1
- [Changelog](https://github.com/anhosh/egui_dock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Adanos020/egui_dock/commits)

Updates `petgraph` to 0.8.3
- [Release notes](https://github.com/petgraph/petgraph/releases)
- [Changelog](https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md)
- [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.7.0...petgraph@v0.8.3)

Updates `async-openai` to 0.38.0
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.32.0...async-openai-v0.38.0)

Updates `toml` to 1.1.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.0...toml-v1.1.2)

Updates `ron` to 0.12.1
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](ron-rs/ron@v0.9.0...v0.12.1)

Updates `bincode` to 3.0.0
- [Commits](https://github.com/bincode-org/bincode/commits)

Updates `reqwest` to 0.13.3
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.0...v0.13.3)

Updates `reqwest-middleware` to 0.5.1
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.4.0...reqwest-middleware-v0.5.1)

Updates `sha2` to 0.11.0
- [Commits](RustCrypto/hashes@groestl-v0.10.0...sha2-v0.11.0)

Updates `tiktoken-rs` to 0.11.0
- [Release notes](https://github.com/zurawiki/tiktoken-rs/releases)
- [Commits](zurawiki/tiktoken-rs@v0.7.0...v0.11.0)

Updates `rand` to 0.10.1
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.0...0.10.1)

Updates `nalgebra` to 0.34.2
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits)

Updates `reqwest-vcr` to 0.4.0
- [Release notes](https://github.com/baptiste-le-m/reqwest-vcr/releases)
- [Changelog](https://github.com/baptiste-le-m/reqwest-vcr/blob/main/CHANGELOG.md)
- [Commits](baptiste-le-m/reqwest-vcr@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: async-openai
  dependency-version: 0.36.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: bevy
  dependency-version: 0.18.1
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: bevy-inspector-egui
  dependency-version: 0.36.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: bevy_egui
  dependency-version: 0.39.1
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: bincode
  dependency-version: 3.0.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: egui_dock
  dependency-version: 0.19.1
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: nalgebra
  dependency-version: 0.34.2
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: petgraph
  dependency-version: 0.8.3
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: rand
  dependency-version: 0.10.1
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: reqwest
  dependency-version: 0.13.2
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: reqwest-middleware
  dependency-version: 0.5.1
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: reqwest-vcr
  dependency-version: 0.4.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: ron
  dependency-version: 0.12.1
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tiktoken-rs
  dependency-version: 0.11.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/rust-dependencies-cfa93284f4 branch from 4fca7d7 to 1dedba4 Compare May 8, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants