Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04b66f4

Browse files
authoredFeb 26, 2025
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 ee2fc24 commit 04b66f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Cargo.lock

+4-4
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)