Codebase list rust-stfu8 / dbac305
update base64 optional dep for rust-cookie Johannes Schilling authored 4 years ago Ximin Luo committed 4 years ago
5 changed file(s) with 25 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-cookie (0.12.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package cookie 0.12.0 from crates.io using debcargo 2.4.2
4
5 -- Johannes Schilling <dario@deaktualisierung.org> Wed, 08 Jan 2020 16:13:19 +0100
6
07 rust-cookie (0.12.0-3) unstable; urgency=medium
18
29 * Team upload.
1212
1313 Files: debian/*
1414 Copyright:
15 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2019 kpcyrd <git@rxv.cc>
15 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2019-2020 kpcyrd <git@rxv.cc>
1717 License: MIT or Apache-2.0
1818
1919 License: Apache-2.0
2424
2525 Files: debian/*
2626 Copyright:
27 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2019 kpcyrd <git@rxv.cc>
27 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2019-2020 kpcyrd <git@rxv.cc>
2929 License: MIT or Apache-2.0
3030
3131 License: Apache-2.0
0 Index: cookie/Cargo.toml
1 ===================================================================
2 --- cookie.orig/Cargo.toml
3 +++ cookie/Cargo.toml
4 @@ -21,7 +21,7 @@ repository = "https://github.com/alexcri
5 [package.metadata.docs.rs]
6 all-features = true
7 [dependencies.base64]
8 -version = "0.10.0"
9 +version = ">= 0.10.0, < 0.12"
10 optional = true
11
12 [dependencies.ring]
00 upgrade-to-url-2.patch
1 base64-dep-version.patch