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 a7f48e2 commit b821424Copy full SHA for b821424
Cargo.toml
@@ -177,4 +177,5 @@ smol_str = "0.2.0"
177
http-body-util = "0.1.2"
178
hyper-util = "0.1.5"
179
rdkafka = "0.25"
180
-apache-avro = "0.16.0"
+apache-avro = "0.16.0"
181
+time = "0.3.36"
example_apps/console/Cargo.toml
@@ -22,6 +22,7 @@ console-views = { path = "console_views" }
22
http = { workspace = true }
23
rand = { workspace = true }
24
duration-str = { workspace = true }
25
+time = { workspace = true }
26
thiserror = { workspace = true }
27
28
[target.'cfg(windows)'.dependencies]
0 commit comments