mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Merge pull request #11 from flibusta-apps/dependabot/cargo/tokio-1.23.1
Bump tokio from 1.23.0 to 1.23.1
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1670,9 +1670,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.23.0"
|
version = "1.23.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
|
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sql-parse = "0.8.0"
|
sql-parse = "0.8.0"
|
||||||
tokio = { version = "1.21.1", features = ["full"] }
|
tokio = { version = "1.23.1", features = ["full"] }
|
||||||
tokio-postgres = { version = "0.7.6", features = ["with-chrono-0_4"] }
|
tokio-postgres = { version = "0.7.6", features = ["with-chrono-0_4"] }
|
||||||
deadpool-postgres = "0.10.2"
|
deadpool-postgres = "0.10.2"
|
||||||
async-trait = "0.1.57"
|
async-trait = "0.1.57"
|
||||||
|
|||||||
Reference in New Issue
Block a user