diff --git a/Cargo.toml b/Cargo.toml index 92f2f2c..5469e9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] async-std = "1.10.0" futures = "0.3.21" -golgi = "0.1" +golgi = "0.1.1" rocket = { version = "0.5.0-rc.2", features = ["json"] }