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 8fcace9 commit fe57f74Copy full SHA for fe57f74
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.35", optional = true }
+time = { version = "0.3.36", optional = true }
76
tokio = { version = "1", optional = true, features = [
77
"macros",
78
"rt-multi-thread",
0 commit comments