Skip to content

Commit 1d796ca

Browse files
sypharGuillaumeGomez
authored andcommitted
upgrade sentry, comrak, prometheus
1 parent feba602 commit 1d796ca

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717
]
1818

1919
[dependencies]
20-
sentry = { version = "0.36.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
20+
sentry = { version = "0.37.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
2121
log = "0.4"
2222
tracing = "0.1.37"
2323
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "fmt", "json", "env-filter", "tracing-log"] }
@@ -37,10 +37,10 @@ docsrs-metadata = { path = "crates/metadata" }
3737
anyhow = { version = "1.0.42", features = ["backtrace"]}
3838
backtrace = "0.3.61"
3939
thiserror = "2.0.3"
40-
comrak = { version = "0.36.0", default-features = false }
40+
comrak = { version = "0.38.0", default-features = false }
4141
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
4242
toml = "0.8.0"
43-
prometheus = { version = "0.13.0", default-features = false }
43+
prometheus = { version = "0.14.0", default-features = false }
4444
rustwide = { version = "0.19.0", features = ["unstable-toolchain-ci", "unstable"] }
4545
mime_guess = "2"
4646
zstd = "0.13.0"

0 commit comments

Comments
 (0)