Replace once_cell with LazyLock

This commit is contained in:
Matt Brubeck 2024-09-16 08:49:21 -07:00
parent de24f1dd44
commit 04e4eae1e3
3 changed files with 3 additions and 6 deletions

View file

@ -19,7 +19,6 @@ getopts = "0.2.21"
glob = "0.3"
log = "0.4"
mime_guess = "2.0"
once_cell = "1.20"
percent-encoding = "2.3"
rcgen = { version = "0.13.1", default-features = false, features = ["ring"] }
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }