summarylogtreecommitdiffstats
path: root/devendor-libs.patch
blob: 640220d05bebf9c622492fbf800bc867d1e7288c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
--- a/sw/deployer/Cargo.lock
+++ b/sw/deployer/Cargo.lock
@@ -1,6 +1,6 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "adler"
@@ -769,22 +769,14 @@ dependencies = [
  "rle-decode-fast",
 ]
 
-[[package]]
-name = "libftdi1-source-lgpl"
-version = "1.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4412918d38c7b78f59c5b0cefec46e2099876dfd95f07f9bb2269d1d7b09fdb1"
-
 [[package]]
 name = "libftdi1-sys"
 version = "1.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "575286f9af093f56c7805f4f94874871b84216d1545f499d2cbad9e370000fe7"
 dependencies = [
- "cc",
  "cfg-if",
  "libc",
- "libftdi1-source-lgpl",
  "libusb1-sys",
  "pkg-config",
  "vcpkg",
--- a/sw/deployer/Cargo.toml
+++ b/sw/deployer/Cargo.toml
@@ -21,8 +21,8 @@ encoding_rs = "0.8.34"
 hex = "0.4.3"
 image = "0.25.1"
 include-flate = { version = "0.2.0", features = ["stable"] }
-libftdi1-sys = { version = "1.1.3", features = ["libusb1-sys", "vendored"] }
-libusb1-sys = { version = "0.6.5", features = ["vendored"] }
+libftdi1-sys = { version = "1.1.3", features = ["libusb1-sys"] }
+libusb1-sys = { version = "0.6.5" }
 md5 = "0.7.0"
 panic-message = "0.3.0"
 rand = "0.8.5"