Skip to content

Commit 3f24c4e

Browse files
committed
upgrade comrak, constant_time_eq, aws-smithy-http
1 parent 86b301b commit 3f24c4e

File tree

2 files changed

+18
-38
lines changed

2 files changed

+18
-38
lines changed

Cargo.lock

Lines changed: 15 additions & 35 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
@@ -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 }
@@ -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
100100
thread_local = "1.1.3"
101101
humantime = "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"
116116
tower = { version = "0.5.1", features = ["util"] }
117117
aws-smithy-types = "1.0.1"
118118
aws-smithy-runtime = {version = "1.0.1", features = ["client", "test-util"]}
119-
aws-smithy-http = "0.60.0"
119+
aws-smithy-http = "0.62.0"
120120
indoc = "2.0.0"
121121
pretty_assertions = "1.4.0"
122122

0 commit comments

Comments
 (0)