@@ -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 }
@@ -98,7 +98,7 @@ chrono = { version = "0.4.11", default-features = false, features = ["clock", "s
9898
9999# Transitive dependencies we don't use directly but need to have specific versions of
100100thread_local = " 1.1.3"
101- constant_time_eq = " 0.3.0 "
101+ constant_time_eq = " 0.4.2 "
102102
103103[target .'cfg(target_os = "linux")' .dependencies ]
104104# Process information
@@ -115,7 +115,7 @@ test-case = "3.0.0"
115115tower = { version = " 0.5.1" , features = [" util" ] }
116116aws-smithy-types = " 1.0.1"
117117aws-smithy-runtime = {version = " 1.0.1" , features = [" client" , " test-util" ]}
118- aws-smithy-http = " 0.60 .0"
118+ aws-smithy-http = " 0.62 .0"
119119indoc = " 2.0.0"
120120pretty_assertions = " 1.4.0"
121121
0 commit comments