Skip to content

Commit 139e0cc

Browse files
committed
specify latest bitflags
1 parent 14bd54e commit 139e0cc

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

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

sentry-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ logs = ["sentry-core/logs"]
1919
[dependencies]
2020
sentry-core = { version = "0.43.0", path = "../sentry-core" }
2121
log = { version = "0.4.8", features = ["std", "kv"] }
22-
bitflags = "2.0.0"
22+
bitflags = "2.9.4"
2323

2424
[dev-dependencies]
2525
sentry = { path = "../sentry", default-features = false, features = ["test"] }

sentry-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.20", default-features = false, features =
2929
"std",
3030
] }
3131
sentry-backtrace = { version = "0.43.0", path = "../sentry-backtrace", optional = true }
32-
bitflags = "2.0.0"
32+
bitflags = "2.9.4"
3333

3434
[dev-dependencies]
3535
log = "0.4"

0 commit comments

Comments
 (0)