Codebase list rust-libslirp / 8730163
sniffglue - bump nix dependency. Peter Michael Green 1 year, 10 months ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Package sniffglue 0.15.0 from crates.io using debcargo 2.5.0
44 * Stop patching dependency versions of bstr and sha2.
5 * Patch nix dependency to 0.24
56
67 -- Peter Michael Green <plugwash@debian.org> Sun, 05 Jun 2022 08:55:14 +0000
78
11 ===================================================================
22 --- sniffglue.orig/Cargo.toml
33 +++ sniffglue/Cargo.toml
4 @@ -63,7 +63,7 @@ version = "0.2"
5 version = "0.4"
6
7 [dependencies.nix]
8 -version = "0.23"
9 +version = "0.24"
10
11 [dependencies.nom]
12 version = "7"
413 @@ -107,6 +107,6 @@ version = "0.11"
514 [dev-dependencies.boxxy]
615 version = "0.12"