diff --git a/Cargo.lock b/Cargo.lock index c59a5ae0b6585a167720a29c05718c29726f3642..637a13ade82b8965889e958d84c8400c43339fa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1841,7 +1841,7 @@ dependencies = [ [[package]] name = "rebuildctl" -version = "0.16.0" +version = "0.16.1" dependencies = [ "atty", "base64", @@ -1871,7 +1871,7 @@ dependencies = [ [[package]] name = "rebuilderd" -version = "0.16.0" +version = "0.16.1" dependencies = [ "actix-web", "chrono", @@ -1891,7 +1891,7 @@ dependencies = [ [[package]] name = "rebuilderd-common" -version = "0.16.0" +version = "0.16.1" dependencies = [ "anyhow", "chrono", @@ -1906,7 +1906,7 @@ dependencies = [ [[package]] name = "rebuilderd-tests" -version = "0.16.0" +version = "0.16.1" dependencies = [ "actix-web", "colored", @@ -1921,7 +1921,7 @@ dependencies = [ [[package]] name = "rebuilderd-worker" -version = "0.16.0" +version = "0.16.1" dependencies = [ "base64", "env_logger", diff --git a/common/Cargo.toml b/common/Cargo.toml index b85b5efc6f270ce0099fb78684dff74e1216dbae..06e6754e5ccc28072bca382f739e5499ba5636c5 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-common" -version = "0.16.0" +version = "0.16.1" description = "rebuilderd - common code" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 0a5e98543d38501499df13bb203ab6aa6abbe5df..57b060c1780709e6c732177f5d655175121c7a80 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd" -version = "0.16.0" +version = "0.16.1" 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.0", path="../common" } +rebuilderd-common = { version= "=0.16.1", 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 97d494df6e86271c0d3317b4fbc0841e08278b3f..3f9656e81485e0e15e27166335107d66a12a5f01 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-tests" -version = "0.16.0" +version = "0.16.1" 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.0", path="../daemon" } -rebuilderd-common = { version= "=0.16.0", path="../common" } +rebuilderd = { version= "=0.16.1", path="../daemon" } +rebuilderd-common = { version= "=0.16.1", 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 e805014c6648d033ad2210e1f22512d28d54934f..d1c00dda9f54be7361f35124875865dcd1593cd2 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuildctl" -version = "0.16.0" +version = "0.16.1" description = "rebuilderd - rebuildctl client" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" @@ -16,7 +16,7 @@ assets = [ ] [dependencies] -rebuilderd-common = { version= "=0.16.0", path="../common" } +rebuilderd-common = { version= "=0.16.1", 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 5933692031ccdf6f2e77a49981a0d98da9562958..7e3f783fd8481beb9536f445740712cc5a95032f 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebuilderd-worker" -version = "0.16.0" +version = "0.16.1" description = "rebuilderd - rebuild worker" authors = ["kpcyrd <git@rxv.cc>"] license = "GPL-3.0" @@ -18,7 +18,7 @@ assets = [ ] [dependencies] -rebuilderd-common = { version= "=0.16.0", path="../common" } +rebuilderd-common = { version= "=0.16.1", path="../common" } structopt = "0.3" env_logger = "0.9" base64 = "0.13"