diff --git a/Cargo.lock b/Cargo.lock index 89c41e1..d4642da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2178,7 +2178,7 @@ dependencies = [ [[package]] name = "ya-sb-util" -version = "0.4.1" +version = "0.5.0" dependencies = [ "actix", "bitflags 1.3.2", diff --git a/Cargo.toml b/Cargo.toml index 98126de..57464b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tls = ['ya-sb-util/with-tls', 'rustls', 'tokio-rustls'] [dependencies] ya-sb-proto = { version = "0.6.1", path = "crates/proto" } -ya-sb-util = { version = "0.4.1", features = ["with-futures", 'with-writer'], path = "crates/util" } +ya-sb-util = { version = "0.5.0", features = ["with-futures", 'with-writer'], path = "crates/util" } ya-packet-trace = "0.1.0" actix = { version = "0.13", default-features = false, features = ["macros"] } diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index 3e77111..4ac7bcb 100644 --- a/crates/router/Cargo.toml +++ b/crates/router/Cargo.toml @@ -30,7 +30,7 @@ required-features = ['bin'] [dependencies] ya-sb-proto = { version = "0.6", path = "../proto" } -ya-sb-util = { version = "0.4.1", features = ["with-writer"], path="../util" } +ya-sb-util = { version = "0.5.0", features = ["with-writer"], path="../util" } actix-rt = "2.2" actix = { version = "0.13", default-features = false, features = ["macros"] } actix-server = { version = "2" } diff --git a/crates/util/Cargo.toml b/crates/util/Cargo.toml index 2805baa..6e844e6 100644 --- a/crates/util/Cargo.toml +++ b/crates/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-sb-util" -version = "0.4.1" +version = "0.5.0" authors = ["Golem Factory "] edition = "2018" homepage = "https://github.com/golemfactory/ya-service-bus/crates/util" @@ -25,4 +25,4 @@ bitflags = { version = "1.2.1", optional = true } rustls = { workspace = true, optional = true } sha2 = { workspace = true, optional = true } hex = { workspace = true, optional = true } -ring = "0.17.8" \ No newline at end of file +ring = "0.17.8"