From c9616e7b494df5e152c0a6a5c751e498110a2f3b Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Fri, 3 Jun 2022 07:45:45 -0400 Subject: [PATCH] Increment golgi version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }