diff formats/Cargo.toml @ 777:11249e4b4e03

Rust: Bump dependencies which require no code change
author Link Mauve <linkmauve@linkmauve.fr>
date Tue, 14 Oct 2025 12:42:06 +0000
parents d08eb4c9fce3
children
line wrap: on
line diff
--- a/formats/Cargo.toml
+++ b/formats/Cargo.toml
@@ -12,5 +12,5 @@
 [dependencies]
 nom = { version = "8", default-features = false, features = ["alloc"] }
 encoding_rs = "0.8"
-bitflags = "1"
+bitflags = "2"
 touhou-utils = "*"