From 2fb8268f24aab69ab7fec76a3fae5c6954f9859b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:10:52 +0000 Subject: [PATCH] build(deps): Update rhai-http requirement from 0.5.2 to 0.6.0 Updates the requirements on [rhai-http](https://github.com/ltabis/rhai-http) to permit the latest version. - [Release notes](https://github.com/ltabis/rhai-http/releases) - [Commits](https://github.com/ltabis/rhai-http/commits) --- updated-dependencies: - dependency-name: rhai-http dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backpack/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backpack/lib/Cargo.toml b/backpack/lib/Cargo.toml index 0e19851..c34e5f6 100644 --- a/backpack/lib/Cargo.toml +++ b/backpack/lib/Cargo.toml @@ -48,4 +48,4 @@ toml = "0.9.10" tokio.workspace = true futures = "0.3.31" rhai = { version = "1.23.6", features = ["serde"] } -rhai-http = "0.5.2" +rhai-http = "0.6.0"