diff --git a/Cargo.lock b/Cargo.lock index c83f47d3e5fa5eeddb0e4f0e5e4133f0556576d6..7cfbb2c953d16c9e248c042f04714ff45e7faa0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1821,7 +1821,7 @@ dependencies = [ [[package]] name = "rebuildctl" -version = "0.16.4" +version = "0.16.5" dependencies = [ "atty", "base64", @@ -1851,7 +1851,7 @@ dependencies = [ [[package]] name = "rebuilderd" -version = "0.16.4" +version = "0.16.5" dependencies = [ "actix-web", "chrono", @@ -1871,7 +1871,7 @@ dependencies = [ [[package]] name = "rebuilderd-common" -version = "0.16.4" +version = "0.16.5" dependencies = [ "anyhow", "chrono", @@ -1886,7 +1886,7 @@ dependencies = [ [[package]] name = "rebuilderd-tests" -version = "0.16.4" +version = "0.16.5" dependencies = [ "actix-web", "colored", @@ -1901,7 +1901,7 @@ dependencies = [ [[package]] name = "rebuilderd-worker" -version = "0.16.4" +version = "0.16.5" dependencies = [ "base64", "env_logger", diff --git a/common/Cargo.toml b/common/Cargo.toml index 4c523de723c543ec72c5652d0451f36968112361..7c0cbb877141b9625b5a8ed4d583bf93e7dbfb2b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-common" -version = "0.16.4" +version = "0.16.5" description = "rebuilderd - common code" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index e86b0469dbe2670ef1500430b23452890c1579a5..b611237a052b58508726ee2af8761e2e8bbcf9f8 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd" -version = "0.16.4" +version = "0.16.5" description = "rebuilderd - independent build verification daemon" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" @@ -28,7 +28,7 @@ dotenv = "0.15" env_logger = "0.9" log = "0.4.14" rand = "0.8" -rebuilderd-common = { version= "=0.16.4", path="../common" } +rebuilderd-common = { version= "=0.16.5", path="../common" } serde = { version="1.0", features=["derive"] } serde_json = "1.0.71" structopt = "0.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 6e92698efb938851b96e8507b2c83e6f337fc0aa..ead808b1c46798df34020306abf69eafde158932 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-tests" -version = "0.16.4" +version = "0.16.5" authors = ["kpcyrd <git@rxv.cc>"] edition = "2018" publish = false @@ -12,8 +12,8 @@ actix-web = "3" colored = "2" env_logger = "0.9" futures = "0.3.8" -rebuilderd = { version= "=0.16.4", path="../daemon" } -rebuilderd-common = { version= "=0.16.4", path="../common" } +rebuilderd = { version= "=0.16.5", path="../daemon" } +rebuilderd-common = { version= "=0.16.5", path="../common" } structopt = "0.3" tempfile = "3" tokio = { version="1", features=["macros", "rt-multi-thread"] } diff --git a/tools/Cargo.toml b/tools/Cargo.toml index b82bfb0d0a99ed35f0804afd92d818f4bb358832..8e31c0fe90fa9d08a52bc647cab3fedab431a316 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuildctl" -version = "0.16.4" +version = "0.16.5" description = "rebuilderd - rebuildctl client" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" @@ -16,7 +16,7 @@ assets = [ ] [dependencies] -rebuilderd-common = { version= "=0.16.4", path="../common" } +rebuilderd-common = { version= "=0.16.5", path="../common" } structopt = "0.3" env_logger = "0.9" reqwest = { version="0.11", features=["json"] } diff --git a/worker/Cargo.toml b/worker/Cargo.toml index 679ef442a65a51b6d693d21b6eaf1b331ddfd871..d4d9168acb491b652f2e812564e54716348b892a 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-worker" -version = "0.16.4" +version = "0.16.5" description = "rebuilderd - rebuild worker" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" @@ -18,7 +18,7 @@ assets = [ ] [dependencies] -rebuilderd-common = { version= "=0.16.4", path="../common" } +rebuilderd-common = { version= "=0.16.5", path="../common" } structopt = "0.3" env_logger = "0.9" base64 = "0.13"