diff --git a/Cargo.lock b/Cargo.lock index eb3a7ca39169e322544851b2300ecf4a49c9e1a8..2b8fea81f9022eb9b3a4ef977ca0ce21e2b2c23f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1841,7 +1841,7 @@ dependencies = [ [[package]] name = "rebuildctl" -version = "0.16.2" +version = "0.16.3" dependencies = [ "atty", "base64", @@ -1871,7 +1871,7 @@ dependencies = [ [[package]] name = "rebuilderd" -version = "0.16.2" +version = "0.16.3" dependencies = [ "actix-web", "chrono", @@ -1891,7 +1891,7 @@ dependencies = [ [[package]] name = "rebuilderd-common" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "chrono", @@ -1906,7 +1906,7 @@ dependencies = [ [[package]] name = "rebuilderd-tests" -version = "0.16.2" +version = "0.16.3" dependencies = [ "actix-web", "colored", @@ -1921,7 +1921,7 @@ dependencies = [ [[package]] name = "rebuilderd-worker" -version = "0.16.2" +version = "0.16.3" dependencies = [ "base64", "env_logger", diff --git a/common/Cargo.toml b/common/Cargo.toml index 4931ca7cd2266039fd0bf9644e158099e33c5ed8..3f4b6ec3692a0713b6b1a99c1e7bc0ca05bd397d 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-common" -version = "0.16.2" +version = "0.16.3" description = "rebuilderd - common code" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index c6a1679f4624757913ed25d798c680a85dac429a..4c0da7b82040d37d1bd54d9a200bbb0a236375a6 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd" -version = "0.16.2" +version = "0.16.3" 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.2", path="../common" } +rebuilderd-common = { version= "=0.16.3", 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 bbb73b5844fe6c352d630599d0984757d55eae36..69e4831434530c8e46bf392c6d755b3da78da5f9 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-tests" -version = "0.16.2" +version = "0.16.3" 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.2", path="../daemon" } -rebuilderd-common = { version= "=0.16.2", path="../common" } +rebuilderd = { version= "=0.16.3", path="../daemon" } +rebuilderd-common = { version= "=0.16.3", 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 19fc43395c2420ffe53adec2c7cc3de8ca27a8bc..5116b8731e049bd56c81738b2806cda656fe6df2 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuildctl" -version = "0.16.2" +version = "0.16.3" description = "rebuilderd - rebuildctl client" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" @@ -16,7 +16,7 @@ assets = [ ] [dependencies] -rebuilderd-common = { version= "=0.16.2", path="../common" } +rebuilderd-common = { version= "=0.16.3", 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 a0f7e14a9102ce1095876808ec776ea076185e62..f649e9b6cafe871c35c200ab05612239da4015f4 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-worker" -version = "0.16.2" +version = "0.16.3" description = "rebuilderd - rebuild worker" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" @@ -18,7 +18,7 @@ assets = [ ] [dependencies] -rebuilderd-common = { version= "=0.16.2", path="../common" } +rebuilderd-common = { version= "=0.16.3", path="../common" } structopt = "0.3" env_logger = "0.9" base64 = "0.13"