File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
runtime/pavex/src/tls/client Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ rlimit = "0.10.2"
125125ron = " 0.10"
126126rustc-hash = " 2"
127127rusqlite = " 0.32"
128- rustdoc-types = { version = " 0.54 .0" , features = [" rustc-hash" ] }
128+ rustdoc-types = { version = " 0.56 .0" , features = [" rustc-hash" ] }
129129sanitize-filename = " 0.6"
130130self-replace = " 1.5.0"
131131secrecy = " 0.10.3"
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ mod utils;
1414
1515/// The Rust toolchain used by `pavexc` to generate JSON docs, unless
1616/// overridden by the user.
17- pub static DEFAULT_DOCS_TOOLCHAIN : & str = "nightly-2025-07-24 " ;
17+ pub static DEFAULT_DOCS_TOOLCHAIN : & str = "nightly-2025-08-04 " ;
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ pub(crate) mod _config {
5656 pub struct TlsClientPolicyConfig {
5757 /// The cryptographic stack used to secure the connection.
5858 ///
59- /// Refer to the documentation for [`CryptoProviderConfig`](CryptoProviderConfig)
59+ /// Refer to the documentation for [`CryptoProviderConfig`]
6060 /// for more details.
6161 #[ serde( default ) ]
6262 #[ serde( with = "serde_yaml::with::singleton_map_recursive" ) ]
6363 pub crypto_provider : CryptoProviderConfig ,
6464 /// Which TLS versions are allowed.
6565 ///
66- /// Refer to the documentation for [`AllowedTlsVersionsConfig`](AllowedTlsVersionsConfig)
66+ /// Refer to the documentation for [`AllowedTlsVersionsConfig`]
6767 /// for more details.
6868 #[ serde( default ) ]
6969 pub allowed_versions : AllowedTlsVersionsConfig ,
You can’t perform that action at this time.
0 commit comments