From 619d35935474e3480281b5a340396ffe23ae17c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:22:58 +0000 Subject: [PATCH] chore(deps): bump oneshot from 0.1.8 to 0.1.9 in the minor-patches group Bumps the minor-patches group with 1 update: [oneshot](https://github.com/faern/oneshot). Updates `oneshot` from 0.1.8 to 0.1.9 - [Changelog](https://github.com/faern/oneshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/faern/oneshot/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: oneshot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patches ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/applesauce/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1f3c35..63b8a85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,9 +667,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "oneshot" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29" +checksum = "a746771e3a5eabec71e587114c13feade48a3c80f61dc4d4bbc6613fe43cfc2f" [[package]] name = "oorandom" diff --git a/crates/applesauce/Cargo.toml b/crates/applesauce/Cargo.toml index a194792..a42a008 100644 --- a/crates/applesauce/Cargo.toml +++ b/crates/applesauce/Cargo.toml @@ -30,7 +30,7 @@ applesauce-core = { version = "^0.3.5", path = "../applesauce-core" } crossbeam-channel = "0.5.13" libc = "0.2.155" memchr = "2.7" -oneshot = "0.1.8" +oneshot = "0.1.9" tempfile = "3.10.1" tracing = "0.1.40"