This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate channels-console to 0.3.3 (#89)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+10 -3
+9 -2
Cargo.lock
··· 535 535 536 536 [[package]] 537 537 name = "channels-console" 538 - version = "0.3.1" 538 + version = "0.3.3" 539 539 source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "3e0dd3082cea05e3d0bda6db8f68bcb1ed6601f628cfa6e4626e21b7cd578707" 540 + checksum = "c1d898e1836e012b55b551ef63c81f21ec376ca67be322d9d1747903eaa0eafb" 541 541 dependencies = [ 542 542 "cfg-if 1.0.4", 543 543 "crossbeam-channel", ··· 1103 1103 ] 1104 1104 1105 1105 [[package]] 1106 + name = "futures-sink" 1107 + version = "0.3.31" 1108 + source = "registry+https://github.com/rust-lang/crates.io-index" 1109 + checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1110 + 1111 + [[package]] 1106 1112 name = "futures-task" 1107 1113 version = "0.3.31" 1108 1114 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1116 1122 dependencies = [ 1117 1123 "futures-core", 1118 1124 "futures-macro", 1125 + "futures-sink", 1119 1126 "futures-task", 1120 1127 "pin-project-lite", 1121 1128 "pin-utils",
+1 -1
Cargo.toml
··· 98 98 quick-xml = "0.38.3" 99 99 num = "0.4.3" 100 100 serde-wasm-bindgen = { version = "0.6.5", optional = true } 101 - channels-console = { version = "0.3.1", optional = true } 101 + channels-console = { version = "0.3.3", optional = true } 102 102 103 103 104 104 [dev-dependencies]