@@ -37,7 +37,7 @@ docsrs-metadata = { path = "crates/metadata" }
37
37
anyhow = { version = " 1.0.42" , features = [" backtrace" ]}
38
38
backtrace = " 0.3.61"
39
39
thiserror = " 2.0.3"
40
- comrak = { version = " 0.35 .0" , default-features = false }
40
+ comrak = { version = " 0.36 .0" , default-features = false }
41
41
syntect = { version = " 5.0.0" , default-features = false , features = [" parsing" , " html" , " dump-load" , " regex-onig" ] }
42
42
toml = " 0.8.0"
43
43
prometheus = { version = " 0.13.0" , default-features = false }
@@ -98,7 +98,7 @@ chrono = { version = "0.4.11", default-features = false, features = ["clock", "s
98
98
99
99
# Transitive dependencies we don't use directly but need to have specific versions of
100
100
thread_local = " 1.1.3"
101
- constant_time_eq = " 0.3.0 "
101
+ constant_time_eq = " 0.4.2 "
102
102
103
103
[target .'cfg(target_os = "linux")' .dependencies ]
104
104
# Process information
@@ -115,7 +115,7 @@ test-case = "3.0.0"
115
115
tower = { version = " 0.5.1" , features = [" util" ] }
116
116
aws-smithy-types = " 1.0.1"
117
117
aws-smithy-runtime = {version = " 1.0.1" , features = [" client" , " test-util" ]}
118
- aws-smithy-http = " 0.60 .0"
118
+ aws-smithy-http = " 0.62 .0"
119
119
indoc = " 2.0.0"
120
120
pretty_assertions = " 1.4.0"
121
121
0 commit comments