Skip to content

Commit b821424

Browse files
committed
Fixed version of transitive dep to avoid error.
1 parent a7f48e2 commit b821424

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,5 @@ smol_str = "0.2.0"
177177
http-body-util = "0.1.2"
178178
hyper-util = "0.1.5"
179179
rdkafka = "0.25"
180-
apache-avro = "0.16.0"
180+
apache-avro = "0.16.0"
181+
time = "0.3.36"

example_apps/console/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ console-views = { path = "console_views" }
2222
http = { workspace = true }
2323
rand = { workspace = true }
2424
duration-str = { workspace = true }
25+
time = { workspace = true }
2526
thiserror = { workspace = true }
2627

2728
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)