Skip to content

Commit e9dce22

Browse files
chore(deps): bump bitflags from 2.9.2 to 2.9.3 in /parachain (#3685)
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.2...2.9.3) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
1 parent 865c8cd commit e9dce22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ assert_matches = { version = "1.3.0" }
7373
blake2-rfc = { version = "0.2.18", default-features = false }
7474
base58 = { version = "0.2", default-features = false }
7575
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
76-
bitflags = { version = "2.9.2" }
76+
bitflags = { version = "2.9.3" }
7777
chrono = { version = "0.4", default-features = false, features = ["serde"] }
7878
clap = { version = "4.5", features = ["derive"] }
7979
der = { version = "0.7", default-features = false }

0 commit comments

Comments
 (0)