diff --git a/apps/hash-graph/lib/graph/Cargo.toml b/apps/hash-graph/lib/graph/Cargo.toml index 927c6b2089f..b51e9649786 100644 --- a/apps/hash-graph/lib/graph/Cargo.toml +++ b/apps/hash-graph/lib/graph/Cargo.toml @@ -16,7 +16,7 @@ time = { version = "0.3.19", features = ['serde', 'serde-well-known'] } derivative = "2.2.0" error-stack = { version = "0.3.1", features = ["spantrace"] } futures = "0.3.25" -hyper = "0.14.23" +hyper = "0.14.24" postgres-types = { version = "0.2.4", default-features = false, features = ["derive", "with-uuid-1", "with-serde_json-1", "with-time-0_3"] } postgres-protocol = "0.6.4" regex = "1.7.1"