Ensure incompatible versions of time are not allowed

This commit is contained in:
Kornel 2024-08-29 15:47:04 +01:00
parent b52e77beb4
commit 7a9590a7d7
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ serde_json = "1.0"
serde_urlencoded = "0.7"
smallvec = "1.6.1"
socket2 = "0.5"
time = { version = "0.3", default-features = false, features = ["formatting"] }
time = { version = "0.3.36", default-features = false, features = ["formatting"] }
url = "2.1"
[dev-dependencies]