Skip to content

Commit

Permalink
build(deps): bump uuid from 1.9.1 to 1.11.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 605c6d2 commit a49042f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ graph-runtime-derive = { path = "../../runtime/derive" }

[dev-dependencies]
base64 = "0"
uuid = { version = "1.9.1", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }

[build-dependencies]
tonic-build = { workspace = true }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ anyhow = "1.0"

[dev-dependencies]
tower-test = { git = "https://github.com/tower-rs/tower.git" }
uuid = { version = "1.9.1", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
2 changes: 1 addition & 1 deletion runtime/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ graph = { path = "../../graph" }
bs58 = "0.4.0"
graph-runtime-derive = { path = "../derive" }
semver = "1.0.23"
uuid = { version = "1.9.1", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
anyhow = "1.0"
never = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion server/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ graph = { path = "../../graph" }
serde = { workspace = true }
serde_derive = { workspace = true }
tokio-tungstenite = "0.23"
uuid = { version = "1.9.1", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
2 changes: 1 addition & 1 deletion store/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ postgres-openssl = "0.5.0"
rand = "0.8.4"
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { version = "1.9.1", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
anyhow = "1.0.86"
git-testament = "0.2.5"
Expand Down

0 comments on commit a49042f

Please sign in to comment.