chore: 🧹 update dependencies

This commit is contained in:
Lucas Colombo 2024-04-22 03:31:47 -03:00
parent 4fd13330cf
commit 8e78b16165
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
3 changed files with 7 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1501,9 +1501,9 @@ dependencies = [
[[package]]
name = "lool"
version = "0.1.4"
version = "0.2.0"
source = "sparse+http://lugit.local/api/packages/lucodear/cargo/"
checksum = "4320ce16557a892f40c0a776371ac0c3cda2c9312c83065a4ab2a1facf571539"
checksum = "2f76ed1e53da60cca591a6811cfcda015b19d1976c85b89c708e5ea714a5fb41"
dependencies = [
"bitflags 2.5.0",
"chrono",
@ -2313,6 +2313,7 @@ dependencies = [
"eyre",
"getset",
"lool",
"tokio",
"tokio-tungstenite",
"tonic-build",
]

View File

@ -25,9 +25,10 @@ path = "app/main.rs"
members = [".", "migration", "entities", "grpc", "rustlers"]
[workspace.dependencies]
lool = { version = "0.1.4", registry = "lugit" } # crates: disable-check
lool = { version = "0.2.0", registry = "lugit" } # crates: disable-check
eyre = { version = "0.6.12", default-features = false }
tokio-tungstenite = { version = "0.21.0" }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
[dependencies]
# internal
@ -40,8 +41,8 @@ eyre = { workspace = true, default-features = false, features = [
"auto-install",
] }
lool = { workspace = true }
tokio = { workspace = true }
# external
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
dotenvy = "0.15.7"
chrono = "0.4.37"

View File

@ -12,6 +12,7 @@ path = "src/lib.rs"
# workspace
eyre = { workspace = true, default-features = false }
tokio-tungstenite = { workspace = true }
tokio = { workspace = true }
lool = { workspace = true, features = [
"logger",
"sched.tokio",