]> git.proxmox.com Git - cargo.git/blob - vendor/core-foundation/debian/patches/update-dep-uuid-version.patch
New upstream version 0.35.0
[cargo.git] / vendor / core-foundation / debian / patches / update-dep-uuid-version.patch
1 --- a/Cargo.toml
2 +++ b/Cargo.toml
3 @@ -29,7 +29,7 @@
4 version = "0.2"
5
6 [dependencies.uuid]
7 -version = "0.5"
8 +version = "0.7"
9 optional = true
10
11 [features]
12 --- a/src/uuid.rs
13 +++ b/src/uuid.rs
14 @@ -62,7 +62,7 @@
15 b.byte14,
16 b.byte15,
17 ];
18 - Uuid::from_bytes(&bytes).unwrap()
19 + Uuid::from_slice(&bytes).unwrap()
20 }
21 }
22