Skip to content

Commit 640d15d

Browse files
dependabot[bot]leoyvens
authored andcommitted
build(deps): bump uuid from 1.3.0 to 1.3.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.3.0...1.3.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1637874 commit 640d15d

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chain/ethereum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ graph-runtime-derive = { path = "../../runtime/derive" }
2626

2727
[dev-dependencies]
2828
base64 = "0.20.0"
29-
uuid = { version = "1.3.0", features = ["v4"] }
29+
uuid = { version = "1.3.1", features = ["v4"] }
3030

3131
[build-dependencies]
3232
tonic-build = { workspace = true }

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ ipfs-api-backend-hyper = "0.6"
3636
ipfs-api = { version = "0.17.0", features = [
3737
"with-hyper-rustls",
3838
], default-features = false }
39-
uuid = { version = "1.3.0", features = ["v4"] }
39+
uuid = { version = "1.3.1", features = ["v4"] }

runtime/wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bs58 = "0.4.0"
1414
graph-runtime-derive = { path = "../derive" }
1515
semver = "1.0.16"
1616
lazy_static = "1.4"
17-
uuid = { version = "1.3.0", features = ["v4"] }
17+
uuid = { version = "1.3.1", features = ["v4"] }
1818
strum = "0.21.0"
1919
strum_macros = "0.21.1"
2020
bytes = "1.0"

server/websocket/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ lazy_static = "1.2.0"
1212
serde = "1.0"
1313
serde_derive = "1.0"
1414
tokio-tungstenite = "0.17"
15-
uuid = { version = "1.3.0", features = ["v4"] }
15+
uuid = { version = "1.3.1", features = ["v4"] }
1616
anyhow = "1.0"

store/postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ openssl = "0.10.50"
2626
postgres-openssl = "0.5.0"
2727
rand = "0.8.4"
2828
serde = "1.0"
29-
uuid = { version = "1.3.0", features = ["v4"] }
29+
uuid = { version = "1.3.1", features = ["v4"] }
3030
stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
3131
diesel_derives = "1.4.1"
3232
anyhow = "1.0.70"

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = "1.0"
2323
serde_yaml = "0.8"
2424
slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_trace"] }
2525
tokio = { version = "1.27.0", features = ["rt", "macros", "process"] }
26-
uuid = { version = "1.3.0", features = ["v4"] }
26+
uuid = { version = "1.3.1", features = ["v4"] }
2727

2828
[dev-dependencies]
2929
anyhow = "1.0.70"

0 commit comments

Comments
 (0)