From 6f27507bd2415ae5a5b8ac3086f49b40521f2041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:13:39 +0000 Subject: [PATCH] chore(deps): bump the cargo-workspace group across 1 directory with 9 updates Bumps the cargo-workspace group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [serde_yml](https://github.com/sebastienrousseau/serde_yml) | `0.0.12` | `0.0.13` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.3` | `0.13.4` | | [tauri](https://github.com/tauri-apps/tauri) | `2.11.0` | `2.11.2` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.1` | `2.2.2` | | [deno_core](https://github.com/denoland/deno) | `0.400.0` | `0.402.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [git2](https://github.com/rust-lang/git2-rs) | `0.19.0` | `0.21.0` | Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150) Updates `serde_yml` from 0.0.12 to 0.0.13 - [Release notes](https://github.com/sebastienrousseau/serde_yml/releases) - [Commits](https://github.com/sebastienrousseau/serde_yml/compare/v0.0.12...v0.0.13) Updates `reqwest` from 0.13.3 to 0.13.4 - [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.3...v0.13.4) Updates `tauri` from 2.11.0 to 2.11.2 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v2.11.0...tauri-v2.11.2) Updates `tauri-build` from 2.6.0 to 2.6.2 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v2.6.0...tauri-build-v2.6.2) Updates `assert_cmd` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.2.1...v2.2.2) Updates `deno_core` from 0.400.0 to 0.402.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) Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.3) Updates `git2` from 0.19.0 to 0.21.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.21.0) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: serde_yml dependency-version: 0.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: tauri dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: tauri-build dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: assert_cmd dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: deno_core dependency-version: 0.402.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-workspace - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-workspace - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-workspace ... Signed-off-by: dependabot[bot] --- Cargo.lock | 118 +++++++++++++++++++++++-------------------------- Cargo.toml | 10 ++--- sdk/Cargo.toml | 8 ++-- 3 files changed, 64 insertions(+), 72 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 407c55d8..218bd0cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" [[package]] name = "assert_cmd" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39bae1d3fa576f7c6519514180a72559268dd7d1fe104070956cb687bc6673bd" +checksum = "2aa3a22042e45de04255c7bf3626e239f450200fd0493c1e382263544b20aea6" dependencies = [ "anstyle", "bstr", @@ -1014,12 +1014,13 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.400.0" +version = "0.402.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ed1303a8cb70e9e4044f01df0d0410542f6b7c76e85c93e93a26bcd14e1e428" +checksum = "14a38b8c716b41d1ac8ae9cb43e31dfd01e6d2e7d1d0c8d5be82ade4c04b092f" dependencies = [ "anyhow", "az", + "base64 0.22.1", "bincode", "bit-set", "bit-vec", @@ -1027,7 +1028,6 @@ dependencies = [ "bytes", "capacity_builder", "cooked-waker", - "deno_core_icudata", "deno_error", "deno_ops", "deno_path_util", @@ -1036,6 +1036,7 @@ dependencies = [ "indexmap 2.13.0", "inventory", "libc", + "num-bigint", "parking_lot", "percent-encoding", "pin-project", @@ -1054,12 +1055,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "deno_core_icudata" -version = "0.77.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9efff8990a82c1ae664292507e1a5c6749ddd2312898cdf9cd7cb1fd4bc64c6" - [[package]] name = "deno_error" version = "0.7.1" @@ -1098,9 +1093,9 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.276.0" +version = "0.278.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b76896d2bbdde3a38689fdd3bcfd0d83fa748dd6d3575e4f471071ad954d067" +checksum = "da015faedc5633db3141b025e62b3fbbd17ce99eb52c638469ac6e0cbba7b805" dependencies = [ "indexmap 2.13.0", "proc-macro2", @@ -1920,15 +1915,14 @@ dependencies = [ [[package]] name = "git2" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" +checksum = "ddddbf932745a6be37109b6112d3ee09696106f848449069d3a57bba937ab82e" dependencies = [ "bitflags 2.11.0", "libc", "libgit2-sys", "log", - "url", ] [[package]] @@ -2760,9 +2754,9 @@ dependencies = [ [[package]] name = "libgit2-sys" -version = "0.17.0+1.8.1" +version = "0.18.5+1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" +checksum = "005d6ae6eac1912906073e069f7db60b1fa98e052a68227824afe3e3a1c59ca2" dependencies = [ "cc", "libc", @@ -2807,16 +2801,6 @@ dependencies = [ "redox_syscall 0.7.1", ] -[[package]] -name = "libyml" -version = "0.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980" -dependencies = [ - "anyhow", - "version_check", -] - [[package]] name = "libz-sys" version = "1.1.28" @@ -3059,6 +3043,19 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "noyalib" +version = "0.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e493c05128df7a83b9676b709d590e0ebc285c7ed3152bc679668e8c1e506af5" +dependencies = [ + "indexmap 2.13.0", + "memchr", + "rustc-hash", + "serde", + "smallvec", +] + [[package]] name = "num-bigint" version = "0.4.6" @@ -4221,9 +4218,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64 0.22.1", "bytes", @@ -4656,9 +4653,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "indexmap 2.13.0", "itoa", @@ -4699,9 +4696,9 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.309.0" +version = "0.311.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0384d8fb13b9d7e215e281c7e26423e9efe772e475cf26eddf57fb58ff27203" +checksum = "8114fbbce546c2e8b933ecb4b026792a89af14bc83db97936ed1a62dec51b699" dependencies = [ "deno_error", "num-bigint", @@ -4744,17 +4741,12 @@ dependencies = [ [[package]] name = "serde_yml" -version = "0.0.12" +version = "0.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" +checksum = "909764a65f86829ccdb5eea9ab355843aa02c019a7bfd47465092953565caa05" dependencies = [ - "indexmap 2.13.0", - "itoa", - "libyml", - "memchr", - "ryu", + "noyalib", "serde", - "version_check", ] [[package]] @@ -5554,9 +5546,9 @@ dependencies = [ [[package]] name = "sys_traits" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a79feaa49de4a6c8191bdbd5fb3eada50671e9367d874d1c12e3d36db131414" +checksum = "88826d6169418c98e8bc52a43f79d50907dfa3e87ba5161930d42c6f980b35ee" dependencies = [ "sys_traits_macros", ] @@ -5661,9 +5653,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tauri" -version = "2.11.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d059f2527558d9dba6f186dec4772610e1aecfd3f94002397613e7e648752b66" +checksum = "437404997acf375d85f1177afa7e11bb971f274ed6a7b83a2a3e339015f4cc28" dependencies = [ "anyhow", "bytes", @@ -5712,9 +5704,9 @@ dependencies = [ [[package]] name = "tauri-build" -version = "2.6.0" +version = "2.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be9aa8c59a894f76c29a002501c589de5eb4987a5913d62a6e0a47f320901988" +checksum = "4aa1f9055fc23919a54e4e125052bed16ed04aef0487086e758fe01a67b451c7" dependencies = [ "anyhow", "cargo_toml", @@ -5733,9 +5725,9 @@ dependencies = [ [[package]] name = "tauri-codegen" -version = "2.6.0" +version = "2.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e4e8230d565106aa19dfbaa01a7ed01abf78047fe0577a83377224bd1bf20e" +checksum = "e4a0319528a025a38c4078e7dae2c446f4e63620ddb0659a643ede1cb38f90e9" dependencies = [ "base64 0.22.1", "brotli", @@ -5760,9 +5752,9 @@ dependencies = [ [[package]] name = "tauri-macros" -version = "2.6.0" +version = "2.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc8de2cddbbc33dbdf4c84f170121886595efdbcc9cb4b3d76342b79d082cedc" +checksum = "ae6cb4e3896c21d2f6da5b31251d2faea0153bba56ed0e970f918115dbee4924" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -5845,9 +5837,9 @@ dependencies = [ [[package]] name = "tauri-runtime" -version = "2.11.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e42bbcb76237351fbaa02f08d808c537dc12eb5a6eabbf3e517b50056334d95" +checksum = "48222d7116c8807eaa6fe2f372e023fae125084e61e6eca6d70b7961cdf129ef" dependencies = [ "cookie", "dpi", @@ -5870,9 +5862,9 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" -version = "2.11.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cadb13dad0c681e1e0a2c49ae488f0e2906ded3d57e7a0017f4aaf46e387117" +checksum = "b83849ee63ecb27a8e8d0fe51915ca215076914aca43f96db1179f0f415f6cd9" dependencies = [ "gtk", "http", @@ -5896,9 +5888,9 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "2.9.0" +version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55f61d2bf7188fbcf2b0ed095b67a6bc498f713c939314bb19eb700118a573b7" +checksum = "092379df9a707631978e6c56b1bc2401d387f01e2d4a3c123360d167bbb9aa95" dependencies = [ "anyhow", "brotli", @@ -5914,7 +5906,7 @@ dependencies = [ "kuchikiki", "log", "memchr", - "phf 0.11.3", + "phf 0.13.1", "plist", "proc-macro2", "quote", @@ -6221,9 +6213,9 @@ dependencies = [ [[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", @@ -6644,9 +6636,9 @@ dependencies = [ [[package]] name = "v8" -version = "147.4.0" +version = "149.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df8fffd507fb18ed000673a83d937f58e60fb07f3306b2274284125b15137cd" +checksum = "46dccf61a364b61bbaac70a8ba64a1a1006e87123b7d62eaeec999a3ba31ecdb" dependencies = [ "bindgen", "bitflags 2.11.0", diff --git a/Cargo.toml b/Cargo.toml index 8df5925d..93d74904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,8 @@ tnmsd = { path = "sdk" } # Serialization serde = { version = "1.0.228", features = ["derive"] } -serde_json = { version = "1.0.149", features = ["preserve_order"] } -serde_yml = "0.0.12" +serde_json = { version = "1.0.150", features = ["preserve_order"] } +serde_yml = "0.0.13" # CLI clap = { version = "4.6.1", features = ["derive"] } @@ -55,13 +55,13 @@ sha2 = "0.11.0" base64 = "0.22.1" # HTTP -reqwest = { version = "0.13.3", features = ["blocking", "json"] } +reqwest = { version = "0.13.4", features = ["blocking", "json"] } # Markdown / MDX markdown = "1.0.0" # Tauri -tauri = { version = "2.11.0", features = ["tray-icon"] } +tauri = { version = "2.11.2", features = ["tray-icon"] } tauri-build = { version = "2.5.6", features = [] } tauri-plugin-shell = "2" tauri-plugin-updater = "2" @@ -70,7 +70,7 @@ tauri-plugin-updater = "2" json5 = "1.3.1" # Tests -assert_cmd = "2.1.1" +assert_cmd = "2.2.2" predicates = "3.1.3" [profile.release] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index f8f60fa5..eb4a9179 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.3", default-features = false, features = ["blocking", "json", "rustls"] } +reqwest = { version = "0.13.4", default-features = false, features = ["blocking", "json", "rustls"] } globset = "0.4.18" walkdir = "2.5.0" serde_yml = { workspace = true } @@ -34,10 +34,10 @@ markdown = { workspace = true } tempfile = "3.27.0" schemars = "1" deno_ast = { version = "0.53.2", features = ["emit", "transpiling"] } -deno_core = "0.400.0" +deno_core = "0.402.0" deno_error = "0.7.1" -tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros"] } -git2 = { version = "0.19", default-features = false } +tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros"] } +git2 = { version = "0.21", default-features = false } [dev-dependencies] proptest = "1.11.0"