Skip to content

Commit

Permalink
chore: Avoid depending on time version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 6, 2024
1 parent bd439a6 commit c5e3751
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 @@ -54,7 +54,7 @@ axum = "0.7"
tokio = { version="1.19.2", features = ["full"] }
tokio-stream = { version="0.1.9", features = ["net"] }
tokio-util = { version="0.7.3", features = ["compat"] }
warp = "0.3.4"
warp = "0.3.7"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit c5e3751

Please sign in to comment.