Skip to content

Commit 0ce3404

Browse files
build(deps): bump hex-literal from 1.0.0 to 1.1.0
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 1.0.0 to 1.1.0. - [Commits](RustCrypto/utils@hex-literal-v1.0.0...hex-literal-v1.1.0) --- updated-dependencies: - dependency-name: hex-literal dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99e0550 commit 0ce3404

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
@@ -96,7 +96,7 @@ object_store = { version = "0.12.4", features = ["gcp"] }
9696
[dev-dependencies]
9797
clap.workspace = true
9898
maplit = "1.0.2"
99-
hex-literal = "1.0"
99+
hex-literal = "1.1"
100100
wiremock = "0.6.5"
101101

102102
[build-dependencies]

store/test-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ graph = { path = "../../graph" }
1313
graph-store-postgres = { path = "../postgres" }
1414
graph-chain-ethereum = { path = "../../chain/ethereum" }
1515
lazy_static = "1.5"
16-
hex-literal = "1.0"
16+
hex-literal = "1.1"
1717
diesel = { workspace = true }
1818
diesel-async = { workspace = true }
1919
prost-types = { workspace = true }

0 commit comments

Comments
 (0)