Skip to content

Commit 2880e8e

Browse files
chore(deps): bump hex-literal from 0.4.1 to 1.0.0
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.0.0. - [Commits](RustCrypto/utils@hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 605eb3f commit 2880e8e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Cargo.lock

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console/tracker-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bittorrent-primitives = "0.1.0"
2121
bittorrent-tracker-client = { version = "3.0.0-develop", path = "../../packages/tracker-client" }
2222
clap = { version = "4", features = ["derive", "env"] }
2323
futures = "0"
24-
hex-literal = "0"
24+
hex-literal = "1"
2525
hyper = "1"
2626
reqwest = { version = "0", features = ["json"] }
2727
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)