diff options
author | Qrius <[email protected]> | 2024-09-26 00:11:06 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2024-09-26 00:11:06 +0200 |
commit | 33413e77ddaaca00d6b93b3aa4c917e4e3e2b4f0 (patch) | |
tree | 8771232ab6fb27c71a40afd46188ea47976e82cf /Cargo.lock | |
parent | 0c4d9e06105a32d22ca15d4e0db20b2db8fc2b31 (diff) | |
download | skaldpress-33413e77ddaaca00d6b93b3aa4c917e4e3e2b4f0.tar.gz skaldpress-33413e77ddaaca00d6b93b3aa4c917e4e3e2b4f0.zip |
Add punycode feature to minireq, add doc on wodl-macro
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -136,6 +136,7 @@ checksum = "763d142cdff44aaadd9268bebddb156ef6c65a0e13486bb81673cf2d8739f9b0" dependencies = [ "log", "once_cell", + "punycode", "rustls", "rustls-webpki", "webpki-roots", @@ -166,6 +167,12 @@ dependencies = [ ] [[package]] +name = "punycode" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" + +[[package]] name = "quote" version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" |