@@ -37,7 +37,7 @@ docsrs-metadata = { path = "crates/metadata" }
3737anyhow = { version = " 1.0.42" , features = [" backtrace" ]}
3838backtrace = " 0.3.61"
3939thiserror = " 2.0.3"
40- comrak = { version = " 0.35 .0" , default-features = false }
40+ comrak = { version = " 0.36 .0" , default-features = false }
4141syntect = { version = " 5.0.0" , default-features = false , features = [" parsing" , " html" , " dump-load" , " regex-onig" ] }
4242toml = " 0.8.0"
4343prometheus = { version = " 0.13.0" , default-features = false }
@@ -99,7 +99,7 @@ chrono = { version = "0.4.11", default-features = false, features = ["clock", "s
9999# Transitive dependencies we don't use directly but need to have specific versions of
100100thread_local = " 1.1.3"
101101humantime = " 2.1.0"
102- constant_time_eq = " 0.3.0 "
102+ constant_time_eq = " 0.4.2 "
103103
104104[target .'cfg(target_os = "linux")' .dependencies ]
105105# Process information
@@ -116,7 +116,7 @@ test-case = "3.0.0"
116116tower = { version = " 0.5.1" , features = [" util" ] }
117117aws-smithy-types = " 1.0.1"
118118aws-smithy-runtime = {version = " 1.0.1" , features = [" client" , " test-util" ]}
119- aws-smithy-http = " 0.60 .0"
119+ aws-smithy-http = " 0.62 .0"
120120indoc = " 2.0.0"
121121pretty_assertions = " 1.4.0"
122122
0 commit comments