Эх сурвалжийг харах

build(deps): bump bitflags from 2.5.0 to 2.6.0

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 9 сар өмнө
parent
commit
bc9e0be8c6
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 2 2
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 2 - 2
Cargo.lock

@@ -4,9 +4,9 @@ version = 3
 
 [[package]]
 name = "bitflags"
-version = "2.5.0"
+version = "2.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
+checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
 
 [[package]]
 name = "derive_more"

+ 1 - 1
Cargo.toml

@@ -9,7 +9,7 @@ exclude = [
 ]
 
 [workspace.dependencies]
-bitflags = "2.0.2"
+bitflags = "2.6.0"
 derive_more = { version = "~0.99", default-features = false, features = ["display"] }
 log = { version = "~0.4", default-features = false }