From 52f86741fbb94fb16f675a9d5a9859cc6d1d2561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:24:42 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [rust_decimal](https://github.com/paupino/rust-decimal). Updates `tokio` from 1.52.1 to 1.52.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.2) Updates `rust_decimal` from 1.41.0 to 1.42.0 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](https://github.com/paupino/rust-decimal/compare/1.41.0...1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rust_decimal dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 201605ee..c48bddc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2481,9 +2481,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" +checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995" dependencies = [ "arrayvec", "borsh", @@ -3265,9 +3265,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8c7181e8..25189e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ opentelemetry-otlp = { version = "0.31.1", default-features = false, features = "reqwest-client", ] } opentelemetry-semantic-conventions = { version = "0.31.0", features = ["semconv_experimental"] } -tokio = { version = "1.48", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.52", features = ["rt-multi-thread", "macros"] } tokio-stream = { version = "0.1", features = ["sync"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -50,7 +50,7 @@ futures = "0.3.29" lalrpop-util = { version = "0.23", features = ["lexer"] } lalrpop = { version = "0.23", features = ["lexer"] } rust_decimal_macros = "1.39" -rust_decimal = "1.41" +rust_decimal = "1.42" rusty-money = { version = "0.5", features = ["iso", "crypto"] } schemars = { version = "1.0", features = ["uuid1"] } rand = "0.10"