Update crates to latest version.

This commit is contained in:
Paul Makles
2020-04-09 15:57:51 +01:00
parent e6ed46af82
commit 28fa2aad6c
13 changed files with 664 additions and 898 deletions

View File

@@ -6,7 +6,7 @@ use hashbrown::HashMap;
use std::sync::RwLock;
use ulid::Ulid;
use bson::{bson, doc};
use bson::doc;
use serde_json::{from_str, json, Value};
use ws::{listen, CloseCode, Error, Handler, Handshake, Message, Result, Sender};