From a88cee50b79f0869f2c6079041bf1934fd237fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:55:28 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.44.1 to 1.44.2 in /elixir-sdk Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- elixir-sdk/Cargo.lock | 8 ++++---- elixir-sdk/native/sdk_core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/elixir-sdk/Cargo.lock b/elixir-sdk/Cargo.lock index a350b93e..2162af99 100644 --- a/elixir-sdk/Cargo.lock +++ b/elixir-sdk/Cargo.lock @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "eppo_core" -version = "9.1.1" +version = "9.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9efc3a3a7df69645e3a9541427dbca7aa37f9e1a648557537ffcb03327757b16" +checksum = "9221e1c149196a97d292a5b6f14cdc87ef54b2c5f83334df3c24a3b0780a6ac7" dependencies = [ "base64", "chrono", @@ -1651,9 +1651,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/elixir-sdk/native/sdk_core/Cargo.toml b/elixir-sdk/native/sdk_core/Cargo.toml index 5379ca4e..ab4b9836 100644 --- a/elixir-sdk/native/sdk_core/Cargo.toml +++ b/elixir-sdk/native/sdk_core/Cargo.toml @@ -12,5 +12,5 @@ crate-type = ["cdylib"] rustler = { version = "0.36.1", features = ["serde"] } eppo_core = { version = "=9.2.0", features = ["rustler"] } serde_json = "1.0.138" -tokio = { version = "1.44.1", default-features = false, features = ["time"] } +tokio = { version = "1.44.2", default-features = false, features = ["time"] } log = "0.4.21"