From f71452ae9d45980c9f3839be87c344c7457a318b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:23:58 +0000 Subject: [PATCH] chore(deps): update ureq requirement from 2 to 3 in /physerver Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/2.0.0...3.3.0) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- physerver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physerver/Cargo.toml b/physerver/Cargo.toml index 4ca5250..a30556a 100644 --- a/physerver/Cargo.toml +++ b/physerver/Cargo.toml @@ -106,7 +106,7 @@ tempfile = "3" phycmd-core = { path = "crates/phycmd-core", features = ["usb", "test-mock"] } # Lightweight sync HTTP client for the bench_loopback test suite. # Default TLS features off: the tests talk to a local http:// URL. -ureq = { version = "2", default-features = false, features = ["json"] } +ureq = { version = "3", default-features = false, features = ["json"] } [profile.release] opt-level = 3