Skip to content

Commit a49042f

Browse files
build(deps): bump uuid from 1.9.1 to 1.11.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.11.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.9.1...1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 605c6d2 commit a49042f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.11.0", 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
@@ -25,4 +25,4 @@ anyhow = "1.0"
2525

2626
[dev-dependencies]
2727
tower-test = { git = "https://github.com/tower-rs/tower.git" }
28-
uuid = { version = "1.9.1", features = ["v4"] }
28+
uuid = { version = "1.11.0", features = ["v4"] }

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.11.0", features = ["v4"] }
1515
anyhow = "1.0"
1616
never = "0.1"
1717

server/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ graph = { path = "../../graph" }
88
serde = { workspace = true }
99
serde_derive = { workspace = true }
1010
tokio-tungstenite = "0.23"
11-
uuid = { version = "1.9.1", features = ["v4"] }
11+
uuid = { version = "1.11.0", features = ["v4"] }

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.11.0", 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)