From d97451a647161d372d37fc96059dda4f8fd57297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:27:41 +0000 Subject: [PATCH] build(deps): bump ryu from 1.0.20 to 1.0.22 in /wasm_module Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.20 to 1.0.22. - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](https://github.com/dtolnay/ryu/compare/1.0.20...1.0.22) --- updated-dependencies: - dependency-name: ryu dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- wasm_module/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm_module/Cargo.lock b/wasm_module/Cargo.lock index 01103fe1b..73ed8c44d 100644 --- a/wasm_module/Cargo.lock +++ b/wasm_module/Cargo.lock @@ -386,9 +386,9 @@ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "ryu" -version = "1.0.20" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" +checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" [[package]] name = "same-file"