1 diff --git a/dim/Cargo.toml b/dim/Cargo.toml
2 index b7c8106493...38518ba29d 100644
9 -nightfall = { git = "https://github.com/Dusk-Labs/nightfall", tag = "0.3.12-rc4", default-features = false, features = [
10 +nightfall = { git = "https://github.com/Dusk-Labs/nightfall", rev = "878f07edd5d2c71261c5ae02fe3a6db7cda18be7", default-features = false, features = [
14 diff --git a/dim-core/Cargo.toml b/dim-core/Cargo.toml
15 index b311b7c7af...ffc5d85dbb 100644
16 --- a/dim-core/Cargo.toml
17 +++ b/dim-core/Cargo.toml
22 -nightfall = { git = "https://github.com/Dusk-Labs/nightfall", tag = "0.3.12-rc4", default-features = false, features = [
23 +nightfall = { git = "https://github.com/Dusk-Labs/nightfall", rev = "878f07edd5d2c71261c5ae02fe3a6db7cda18be7", default-features = false, features = [
31 -uuid = { version = "1.2.2", features = ["v4"] }
32 +uuid = { version = "1.6.1", features = ["v4"] }
34 xtra = { version = "0.5.1", features = ["tokio", "with-tokio-1"] }
36 diff --git a/dim-web/Cargo.toml b/dim-web/Cargo.toml
37 index 2da5764d50...4c7574c0b4 100644
38 --- a/dim-web/Cargo.toml
39 +++ b/dim-web/Cargo.toml
41 dim-events = { path = "../dim-events" }
42 dim-core = { path = "../dim-core" }
44 -nightfall = { git = "https://github.com/Dusk-Labs/nightfall", tag = "0.3.12-rc4", default-features = false, features = [
45 +nightfall = { git = "https://github.com/Dusk-Labs/nightfall", rev = "878f07edd5d2c71261c5ae02fe3a6db7cda18be7", default-features = false, features = [