Skip to content

Commit f93c351

Browse files
committed
update deps
1 parent df53b46 commit f93c351

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ panic = "abort"
1818
opt-level = 3
1919

2020
[dependencies]
21-
pwmp-client = { git = "https://github.com/PixelWeatherProject/pwmp-client.git", tag = "v3.0.2" }
21+
pwmp-client = { git = "https://github.com/PixelWeatherProject/pwmp-client.git", tag = "v3.1.0" }
2222
time = { version = "0.3.47", default-features = false, features = ["macros"] }
2323
sqlx = { version = "0.9.0", default-features = false, features = [
2424
"postgres",
@@ -38,19 +38,19 @@ confy = { version = "2.0.0", default-features = false, features = [
3838
homedir = { version = "0.3.6", default-features = false }
3939
whoami = { version = "2.1.2", default-features = false }
4040
serde = { version = "1.0.228", features = ["derive"] }
41+
moka = { version = "0.12.15", features = ["future"] }
4142
reqwest = { version = "0.13.3", features = ["json"] }
4243
clap = { version = "4.6.1", features = ["derive"] }
4344
socket2 = { version = "0.6.3", features = ["all"] }
4445
tracing-subscriber = "0.3.23"
4546
circular-queue = "0.2.7"
4647
serde_json = "1.0.150"
48+
async-trait = "0.1.89"
4749
serde_with = "3.20.0"
4850
thiserror = "2.0.18"
51+
minicache = "0.1.1"
4952
semaphore = "0.4.0"
5053
tracing = "0.1.44"
5154
chrono = "0.4.44"
5255
regex = "1.12.3"
5356
url = "2.5.8"
54-
minicache = "0.1.1"
55-
moka = { version = "0.12.15", features = ["future"] }
56-
async-trait = "0.1.89"

0 commit comments

Comments
 (0)