From 5b3497a7be31151da96d26be189093caedbd68c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:49:16 +0000 Subject: [PATCH] chore(deps): update rust crate bitflags to 2.13.0 --- Cargo.lock | 4 ++-- crates/tsgo-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d30a255dc..7d1e27b74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "bitflags" -version = "2.11.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" +checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" dependencies = [ "serde_core", ] diff --git a/crates/tsgo-client/Cargo.toml b/crates/tsgo-client/Cargo.toml index 63fa2814d..2f827440c 100644 --- a/crates/tsgo-client/Cargo.toml +++ b/crates/tsgo-client/Cargo.toml @@ -10,7 +10,7 @@ thiserror = "2" serde = { version = "1", features = [ "derive" ] } cbor4ii = {version = "1", features = ["serde1"]} serde_bytes = "0.11.19" -bitflags = { version = "2.11.1"} +bitflags = { version = "2.13.0"} [dev-dependencies] insta = { version = "1.47.2", features = ["json"] }