cargo: bump dependencies

Aydin Mercan 2022-06-08 08:49:54 +03:00
parent cc89165104
commit 3503640231
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -920,9 +920,9 @@ checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
[[package]]
name = "tokio"
version = "1.18.2"
version = "1.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
dependencies = [
"bytes",
"libc",

View File

@ -18,7 +18,7 @@ rand = "0.8"
rusqlite = { version = "0.27", features = ["serde_json", "time", "uuid"] }
serde = { version = "1", features = ["derive"] }
time = { version = "0.3", features = ["serde"] }
tokio = { version = "1.18", features = ["full"] }
tokio = { version = "1.19", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1", features = ["v4", "serde"] }