1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Bump polariton versions

This commit is contained in:
NG (Graham)
2025-08-31 10:44:53 -04:00
parent 7f9ed8bf35
commit 971c50c439
2 changed files with 6 additions and 10 deletions

8
Cargo.lock generated
View File

@@ -3116,18 +3116,14 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "polariton"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e8f83852ae293ba0b4c7a188e1749d90cecf2b1b257bf3b7f74c8b344c3b81c"
version = "0.4.0"
dependencies = [
"tokio",
]
[[package]]
name = "polariton_server"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8bccc3bc630fc4915278007d0bffe519d13ec7693068484c570ad371bf2190f"
version = "0.4.0"
dependencies = [
"async-trait",
"log",