From 82ba4f8c5d567e7c028ad12f236149be153b0bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:40:02 +0000 Subject: [PATCH] Bump tokio from 1.48.0 to 1.49.0 in /rust/case2geojson Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/case2geojson/Cargo.lock | 4 ++-- rust/case2geojson/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/case2geojson/Cargo.lock b/rust/case2geojson/Cargo.lock index f0687ab..f2aca53 100644 --- a/rust/case2geojson/Cargo.lock +++ b/rust/case2geojson/Cargo.lock @@ -1764,9 +1764,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "pin-project-lite", "tokio-macros", diff --git a/rust/case2geojson/Cargo.toml b/rust/case2geojson/Cargo.toml index 9fb1ca2..35e0d6d 100644 --- a/rust/case2geojson/Cargo.toml +++ b/rust/case2geojson/Cargo.toml @@ -10,4 +10,4 @@ json-ld = { git = "https://github.com/miterst/json-ld.git", rev = "6b48152595b66 oxigraph = { version = "0.5.3", default-features = false} serde_json = "1.0.148" static-iref = "3.0.0" -tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "test-util"] } +tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "test-util"] }