Skip to content

Commit f2d82cf

Browse files
Update bitflags requirement from 1.3 to 2.5
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@1.3.0...2.5.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7955c84 commit f2d82cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ num-bigint = "0.4"
9191
ratchet = { package = "ratchet_rs", version = "0.4" }
9292
ratchet_fixture = "0.4"
9393
flate2 = "1.0.22"
94-
bitflags = "1.3"
94+
bitflags = "2.5"
9595
rocksdb = "0.22"
9696
integer-encoding = "3.0.4"
9797
rustls = "0.20"

0 commit comments

Comments
 (0)