We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7add90 commit 7a74265Copy full SHA for 7a74265
Cargo.toml
@@ -31,7 +31,7 @@ utoipa = { version = "5.3.1", features = ["axum_extras"] }
31
utoipa-swagger-ui = { version = "9.0.0", features = ["axum"] }
32
serde = { version = "1.0.217", features = ["derive"] }
33
mf1 = "0.1.6"
34
-sentry = { version = "0.42.0", features = ["tracing", "tower", "tower-http"] }
+sentry = { version = "0.43.0", features = ["tracing", "tower", "tower-http"] }
35
futures-util = "0.3.31"
36
futures = "0.3.31"
37
dashmap = { version = "6.1.0", features = ["serde"] }
0 commit comments