Skip to content

Commit 9df7f4b

Browse files
authored
fix(doctests): update prost (#750)
1 parent 89b44c8 commit 9df7f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-tower/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ url = { version = "2.2.2", optional = true }
3232

3333
[dev-dependencies]
3434
anyhow = "1"
35-
prost = "0.12.3"
35+
prost = "0.13.3"
3636
sentry = { path = "../sentry", default-features = false, features = ["test"] }
3737
sentry-anyhow = { path = "../sentry-anyhow" }
3838
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)