We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d136bac commit 8fcace9Copy full SHA for 8fcace9
Cargo.toml
@@ -72,7 +72,7 @@ rocket = { version = "0.5.0", optional = true }
72
serde = { version = "1.0", features = ["derive"], optional = true }
73
serde_json = { version = "1.0", optional = true }
74
serde_urlencoded = { version = "0.7.1", optional = true }
75
-time = { version = "0.3.34", optional = true }
+time = { version = "0.3.35", optional = true }
76
tokio = { version = "1", optional = true, features = [
77
"macros",
78
"rt-multi-thread",
0 commit comments