From e499d0c96db0b6d6a069522c65eabe9b36694371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:01:21 +0000 Subject: [PATCH] chore(deps): bump ractor from 0.13.0 to 0.13.2 in /code (#628) Bumps [ractor](https://github.com/slawlor/ractor) from 0.13.0 to 0.13.2. - [Release notes](https://github.com/slawlor/ractor/releases) - [Commits](https://github.com/slawlor/ractor/compare/v0.13.0...v0.13.2) --- updated-dependencies: - dependency-name: ractor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- code/Cargo.lock | 4 ++-- code/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/Cargo.lock b/code/Cargo.lock index 19592b312..1e087c27d 100644 --- a/code/Cargo.lock +++ b/code/Cargo.lock @@ -3545,9 +3545,9 @@ dependencies = [ [[package]] name = "ractor" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05af6f1ab9ad536bdb4e40afba9ac3502479682af786e532a710b0adaf4d5440" +checksum = "81ed24c7fe8a90c87405608ca8ca5e53a4bab5885370577bb7a0d9d20debcd35" dependencies = [ "async-trait", "bon", diff --git a/code/Cargo.toml b/code/Cargo.toml index 87071c2a9..7df7bc005 100644 --- a/code/Cargo.toml +++ b/code/Cargo.toml @@ -124,7 +124,7 @@ prometheus-client = "0.22" prost = "0.13" prost-build = "0.13" prost-types = "0.13" -ractor = "0.13.0" +ractor = "0.13.2" rand = { version = "0.8.5", features = ["std_rng"] } rand_chacha = "0.3.1" redb = "2.2.0"