From 5061a75e7ad727a1888a13a2bbdd839755be3511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:11:51 +0000 Subject: [PATCH] chore(deps): bump toml from 0.9.2 to 0.9.3 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.2 to 0.9.3. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- rpxy-bin/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d444e2c..0f4ae42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.0", "system-configuration", "tokio", "tower-service", @@ -3041,9 +3041,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" +checksum = "e06723639aaded957e5a80be250c1f82f274b9d23ebb4d94163668470623461c" dependencies = [ "serde", "serde_spanned", diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index ef21f82..0d7d28a 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -59,7 +59,7 @@ futures-util = { version = "0.3.31", default-features = false } # config clap = { version = "4.5.41", features = ["std", "cargo", "wrap_help"] } -toml = { version = "0.9.2", default-features = false, features = [ +toml = { version = "0.9.3", default-features = false, features = [ "parse", "serde", ] }