Skip to content

Commit

Permalink
change tokio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Nov 8, 2023
1 parent 1c8e681 commit 4c42356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ testcontainers = "0.15"
env_logger = "0.10"
rdkafka = { version = "0.35", features = ["cmake-build"] }
rusty_ulid = "2.0"
tokio = { version = "1.15", features = ["rt", "macros"]}
tokio = { version = "1", features = ["rt", "macros"]}

0 comments on commit 4c42356

Please sign in to comment.