Skip to content

Commit 3c38c9f

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump bitflags from 2.4.1 to 2.4.2
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.4.1...2.4.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba8ea88 commit 3c38c9f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cairo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ path = "../glib"
4242
[dependencies]
4343
ffi = { package = "cairo-sys-rs", path = "sys" }
4444
libc = "0.2"
45-
bitflags = "2.3"
45+
bitflags = "2.4"
4646
thiserror = "1.0.56"
4747
once_cell = "1"
4848
freetype-rs = { version = "0.35", optional = true }

glib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "glib"
2121
[dependencies]
2222
once_cell = "1.19"
2323
libc = "0.2"
24-
bitflags = "2.3"
24+
bitflags = "2.4"
2525
futures-core = { version = "0.3", default-features = false }
2626
futures-task = { version = "0.3", default-features = false }
2727
futures-executor = "0.3"

0 commit comments

Comments
 (0)