Package: rust-dockworker / 0.7.0-2

Metadata

Package Version Patches format
rust-dockworker 0.7.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove windows deps.patch | (download)

Cargo.toml | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove-windows-deps


upgrade nix.patch | (download)

Cargo.toml | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 upgrade-nix


disable tests.patch | (download)

src/docker.rs | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 disable failing tests

These tests require a running docker instance in order to pass, so
we disable them.

fix tests.patch | (download)

src/hyper_client.rs | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

---
relax deps.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
rustls pemfile 2.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/hyper_client.rs | 17 9 + 8 - 0 !
2 files changed, 10 insertions(+), 9 deletions(-)

---
http 1.patch | (download)

Cargo.toml | 28 19 + 9 - 0 !
src/docker.rs | 71 56 + 15 - 0 !
src/errors.rs | 2 2 + 0 - 0 !
src/http_client.rs | 10 7 + 3 - 0 !
src/hyper_client.rs | 63 33 + 30 - 0 !
src/test.rs | 7 4 + 3 - 0 !
6 files changed, 121 insertions(+), 60 deletions(-)

 update from http 0.2 stack to http 1 stack
use ring backend.patch | (download)

Cargo.toml | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

---