build(deps): update hex-literal requirement from 0.4 to 1.0 (#89)

This commit is contained in:
dependabot[bot] 2025-07-29 01:10:22 +08:00 committed by GitHub
parent 50a73aa8c3
commit 7d3833243b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ anyhow = "1.0"
assert_matches = "1" assert_matches = "1"
clap = { version = "4", features = ["derive"] } clap = { version = "4", features = ["derive"] }
directories-next = "2" directories-next = "2"
hex-literal = "0.4" hex-literal = "1.0"
rcgen = "0.14" rcgen = "0.14"
rustls-pemfile = "2" rustls-pemfile = "2"
tokio = { version = "1", features = [ tokio = { version = "1", features = [