Skip to content

Commit ee9a3fe

Browse files
committed
upgrade comrak, constant_time_eq, aws-smithy-http
1 parent 70ea4f1 commit ee9a3fe

File tree

2 files changed

+18
-38
lines changed

2 files changed

+18
-38
lines changed

Cargo.lock

+15-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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.35.0", default-features = false }
40+
comrak = { version = "0.36.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"
4343
prometheus = { 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
100100
thread_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"
115115
tower = { version = "0.5.1", features = ["util"] }
116116
aws-smithy-types = "1.0.1"
117117
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"
119119
indoc = "2.0.0"
120120
pretty_assertions = "1.4.0"
121121

0 commit comments

Comments
 (0)