diff --git a/Cargo.lock b/Cargo.lock index 210886bd0e..badc28bd8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5541,7 +5541,7 @@ dependencies = [ "serde_json", "serial_test", "shell-words", - "sos-net 0.5.21 (registry+https://github.com/rust-lang/crates.io-index)", + "sos-net 0.5.22 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile", "terminal-banner", "thiserror", @@ -5631,7 +5631,7 @@ dependencies = [ [[package]] name = "sos-net" -version = "0.5.21" +version = "0.5.22" dependencies = [ "anyhow", "async-recursion", @@ -5689,9 +5689,9 @@ dependencies = [ [[package]] name = "sos-net" -version = "0.5.21" +version = "0.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1731aa75fb1e3f7d72e7904cfb152f81075785e767e0c59ceb97bea7257eaa04" +checksum = "1aee079833fc5fec606e5dcec13d79a5f14fa2c08de6d9106199ed69e001ebaf" dependencies = [ "async-recursion", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 2d8963e348..4f49a7109d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ rustyline = "11" rustyline-derive = "0.8" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.sos-net] -version = "0.5.20" +version = "0.5.22" features = ["full"] #path = "workspace/net" @@ -66,7 +66,7 @@ features = ["full"] tokio = { version = "1", features = ["rt", "time", "sync"] } [target.'cfg(target_arch = "wasm32")'.dependencies.sos-net] -version = "0.5.20" +version = "0.5.22" default-features = false features = ["client"] #path = "workspace/net"