Skip to content

Commit d9e7408

Browse files
build(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-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bd46f0 commit d9e7408

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ object_store = { version = "0.12.0", features = ["gcp"] }
106106
[dev-dependencies]
107107
clap.workspace = true
108108
maplit = "1.0.2"
109-
hex-literal = "0.4"
109+
hex-literal = "1.0"
110110
wiremock = "0.6.3"
111111

112112
[build-dependencies]

store/test-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ graph = { path = "../../graph" }
1212
graph-store-postgres = { path = "../postgres" }
1313
graph-chain-ethereum = { path = "../../chain/ethereum" }
1414
lazy_static = "1.5"
15-
hex-literal = "0.4"
15+
hex-literal = "1.0"
1616
diesel = { workspace = true }
1717
prost-types = { workspace = true }
1818

0 commit comments

Comments
 (0)