Skip to content

Commit c1c8a49

Browse files
build(deps): update hex-literal requirement from 0.4 to 1.0
Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Commits](RustCrypto/utils@hex-literal-v0.4.0...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8229b96 commit c1c8a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quinn-boring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ anyhow = "1.0"
3737
assert_matches = "1"
3838
clap = { version = "4", features = ["derive"] }
3939
directories-next = "2"
40-
hex-literal = "0.4"
40+
hex-literal = "1.0"
4141
rcgen = "0.13"
4242
rustls-pemfile = "2"
4343
tokio = { version = "1", features = [

0 commit comments

Comments
 (0)