Bump the cargo group across 1 directory with 2 updates

Bumps the cargo group with 2 updates in the /opencode/packages/desktop/src-tauri directory: [bytes](https://github.com/tokio-rs/bytes) and [time](https://github.com/time-rs/time).


Updates `bytes` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1)

Updates `time` from 0.3.44 to 0.3.47
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.44...v0.3.47)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: time
  dependency-version: 0.3.47
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-10 21:25:04 +00:00
committed by GitHub
parent e58ebdcc4d
commit 58a1d40744
3 changed files with 31 additions and 31 deletions

View File

@@ -1008,15 +1008,15 @@ dependencies = [
[[package]]
name = "gio-sys"
version = "0.20.10"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83"
checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
dependencies = [
"glib-sys 0.20.10",
"gobject-sys 0.20.10",
"glib-sys 0.21.5",
"gobject-sys 0.21.5",
"libc",
"system-deps 7.0.7",
"windows-sys 0.52.0",
"windows-sys 0.61.2",
]
[[package]]
@@ -1041,9 +1041,9 @@ dependencies = [
[[package]]
name = "glib"
version = "0.20.12"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683"
checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
dependencies = [
"bitflags 2.10.0",
"futures-channel",
@@ -1051,10 +1051,10 @@ dependencies = [
"futures-executor",
"futures-task",
"futures-util",
"gio-sys 0.20.10",
"glib-macros 0.20.12",
"glib-sys 0.20.10",
"gobject-sys 0.20.10",
"gio-sys 0.21.5",
"glib-macros 0.21.5",
"glib-sys 0.21.5",
"gobject-sys 0.21.5",
"libc",
"memchr",
"smallvec",
@@ -1077,9 +1077,9 @@ dependencies = [
[[package]]
name = "glib-macros"
version = "0.20.12"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145"
checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
dependencies = [
"heck 0.5.0",
"proc-macro-crate 3.4.0",
@@ -1100,9 +1100,9 @@ dependencies = [
[[package]]
name = "glib-sys"
version = "0.20.10"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215"
checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
dependencies = [
"libc",
"system-deps 7.0.7",
@@ -1140,11 +1140,11 @@ dependencies = [
[[package]]
name = "gobject-sys"
version = "0.20.10"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda"
checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
dependencies = [
"glib-sys 0.20.10",
"glib-sys 0.21.5",
"libc",
"system-deps 7.0.7",
]
@@ -2944,7 +2944,7 @@ name = "shopify-ai-desktop"
version = "0.1.0"
dependencies = [
"anyhow",
"glib 0.20.12",
"glib 0.21.5",
"reqwest",
"serde",
"serde_json",

View File

@@ -10,7 +10,7 @@ anyhow = "1.0"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tauri = { version = "1.5", features = [] }
glib = "0.20.0"
glib = "0.21.5"
[build-dependencies]
tauri-build = { version = "1.5", features = [] }