···574574 if mat.uuids[i] != id {
575575 assert!(
576576 !s.teams.contains_key(&id),
577577- "{} has not been removed 1 from teams",
578578- i
577577+ "{i} has not been removed 1 from teams"
579578 );
580579 assert!(
581580 !s.profiles.contains_key(&id),
582582- "{} has not been removed 1 from profiles",
583583- i
581581+ "{i} has not been removed 1 from profiles"
584582 );
585583 }
586584 })
+12-12
manhunt-signaling/Cargo.toml
···44edition = "2024"
5566[dependencies]
77-anyhow = "1.0.98"
88-async-trait = "0.1.88"
99-axum = { version = "0.8.4", features = ["ws"] }
1010-colog = "1.3.0"
1111-futures = "0.3.31"
1212-log = "0.4.27"
1313-matchbox_protocol = "0.12.0"
1414-matchbox_signaling = "0.12.0"
1515-rand = { version = "0.9.1", features = ["thread_rng"] }
1616-tokio = { version = "1.45.1", features = ["macros"] }
1717-tokio-util = "0.7.15"
1818-uuid = "1.17.0"
77+anyhow = "1.0.101"
88+async-trait = "0.1.89"
99+axum = { version = "0.8.8", features = ["ws"] }
1010+colog = "1.4.0"
1111+futures = "0.3.32"
1212+log = "0.4.29"
1313+matchbox_protocol = "0.14.0"
1414+matchbox_signaling = "0.14.0"
1515+rand = { version = "0.10.0", features = ["thread_rng"] }
1616+tokio = { version = "1.49.0", features = ["macros"] }
1717+tokio-util = "0.7.18"
1818+uuid = "1.21.0"