From 07bd739284b83897d714fdf04c1ba1acc252f5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 07:57:51 +0000 Subject: [PATCH] chore(deps): bump the cargo-workspace group across 1 directory with 2 updates Bumps the cargo-workspace group with 2 updates in the / directory: [reqwest](https://github.com/seanmonstar/reqwest) and [deno_core](https://github.com/denoland/deno). Updates `reqwest` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.3) Updates `deno_core` from 0.399.0 to 0.400.0 - [Release notes](https://github.com/denoland/deno/releases) - [Changelog](https://github.com/denoland/deno/blob/main/Releases.md) - [Commits](https://github.com/denoland/deno/commits) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: deno_core dependency-version: 0.400.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-workspace ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- sdk/Cargo.toml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7abdfb95..3b857f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,9 +1145,9 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.399.0" +version = "0.400.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1dbe504b49d3df8182331ff4c8cc80a5aec65d2e7c190ee9d82b7192d0eceb" +checksum = "4ed1303a8cb70e9e4044f01df0d0410542f6b7c76e85c93e93a26bcd14e1e428" dependencies = [ "anyhow", "az", @@ -1229,9 +1229,9 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.275.0" +version = "0.276.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c212331778be520abc506a08319c48dfc870afa5543fdd9d4280b29c2820f4" +checksum = "1b76896d2bbdde3a38689fdd3bcfd0d83fa748dd6d3575e4f471071ad954d067" dependencies = [ "indexmap 2.13.0", "proc-macro2", @@ -4298,9 +4298,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64 0.22.1", "bytes", @@ -4770,9 +4770,9 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.308.0" +version = "0.309.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a997ab31931989dde87abe6efcf865450690e8fec099a5a2f9b733ca33d08b2" +checksum = "d0384d8fb13b9d7e215e281c7e26423e9efe772e475cf26eddf57fb58ff27203" dependencies = [ "deno_error", "num-bigint", @@ -6822,9 +6822,9 @@ dependencies = [ [[package]] name = "v8" -version = "147.2.1" +version = "147.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ab71899655e8368fa29d66044b4ba011178dc93c65cf0263068432e77e7359" +checksum = "2df8fffd507fb18ed000673a83d937f58e60fb07f3306b2274284125b15137cd" dependencies = [ "bindgen", "bitflags 2.11.0", diff --git a/Cargo.toml b/Cargo.toml index 43b6f84d..17ff8bcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ sha2 = "0.11.0" base64 = "0.22.1" # HTTP -reqwest = { version = "0.13.2", features = ["blocking", "json"] } +reqwest = { version = "0.13.3", features = ["blocking", "json"] } # Markdown / MDX markdown = "1.0.0" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6ab7ff0e..b2185a83 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "2.0.18" clap = { workspace = true } dirs = { workspace = true } sha2 = { workspace = true } -reqwest = { version = "0.13.2", default-features = false, features = ["blocking", "json", "rustls"] } +reqwest = { version = "0.13.3", default-features = false, features = ["blocking", "json", "rustls"] } globset = "0.4.18" walkdir = "2.5.0" serde_yml = { workspace = true } @@ -34,7 +34,7 @@ markdown = { workspace = true } tempfile = "3.27.0" schemars = "1" deno_ast = { version = "0.53.1", features = ["emit", "transpiling"] } -deno_core = "0.399.0" +deno_core = "0.400.0" deno_error = "0.7.1" tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }