evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / di / dim / bump-nightfall.patch
blob37979efd5f780adaf916d274f65172b3fd199466
1 diff --git a/dim/Cargo.toml b/dim/Cargo.toml
2 index b7c8106493...38518ba29d 100644
3 --- a/dim/Cargo.toml
4 +++ b/dim/Cargo.toml
5 @@ -15,7 +15,7 @@
6 fdlimit = "0.2.1"
8 # git dependencies
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 = [
11 "cuda",
12 "ssa_transmux",
13 ] }
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
18 @@ -11,7 +11,7 @@
20 [dependencies]
21 # git dependencies
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 = [
24 "cuda",
25 "ssa_transmux",
26 ] }
27 @@ -72,7 +72,7 @@
28 "json",
29 ] }
30 url = "2.2.2"
31 -uuid = { version = "1.2.2", features = ["v4"] }
32 +uuid = { version = "1.6.1", features = ["v4"] }
33 xmlwriter = "0.1.0"
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
40 @@ -14,7 +14,7 @@
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 = [
46 "cuda",
47 "ssa_transmux",
48 ] }