Skip to content

Commit 4191eb7

Browse files
build(deps): bump uuid from 1.9.1 to 1.15.1 (#5864)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.15.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.9.1...v1.15.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc1f398 commit 4191eb7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

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

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ graph-runtime-derive = { path = "../../runtime/derive" }
2222

2323
[dev-dependencies]
2424
base64 = "0"
25-
uuid = { version = "1.9.1", features = ["v4"] }
25+
uuid = { version = "1.15.1", features = ["v4"] }
2626

2727
[build-dependencies]
2828
tonic-build = { workspace = true }

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ anyhow = "1.0"
2323

2424
[dev-dependencies]
2525
tower-test = { git = "https://github.com/tower-rs/tower.git" }
26-
uuid = { version = "1.9.1", features = ["v4"] }
26+
uuid = { version = "1.15.1", features = ["v4"] }
2727
wiremock = "0.6.1"

runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ graph = { path = "../../graph" }
1111
bs58 = "0.4.0"
1212
graph-runtime-derive = { path = "../derive" }
1313
semver = "1.0.23"
14-
uuid = { version = "1.9.1", features = ["v4"] }
14+
uuid = { version = "1.15.1", features = ["v4"] }
1515
anyhow = "1.0"
1616
never = "0.1"
1717

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ postgres-openssl = "0.5.0"
2626
rand = "0.8.4"
2727
serde = { workspace = true }
2828
serde_json = { workspace = true }
29-
uuid = { version = "1.9.1", features = ["v4"] }
29+
uuid = { version = "1.15.1", features = ["v4"] }
3030
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
3131
anyhow = "1.0.86"
3232
git-testament = "0.2.5"

0 commit comments

Comments
 (0)