Skip to content

Commit 9310f9f

Browse files
committed
Update dependencies
1 parent e656f38 commit 9310f9f

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ thiserror = "2"
1717
base64 = "0.22"
1818
time = { version = "0.3", features = ["serde"] }
1919
jsonwebtoken = "9.3"
20-
salvo = { version = "0.81", features = ["cors", "logging", "cache", "basic-auth", "jwt-auth", "serve-static", "session"] }
20+
salvo = { version = "0.83", features = ["cors", "logging", "cache", "basic-auth", "jwt-auth", "serve-static", "session"] }
2121
tokio = { version = "1", features = ["macros"] }
2222
tracing = "0.1"
2323
tracing-subscriber = {version="0.3", features = ["json", "env-filter"] }
@@ -40,7 +40,7 @@ fluent-syntax = "0.12"
4040
unic-langid = "0.9"
4141
accept-language = "3.1"
4242

43-
maplibre-legend = "0.4.2"
43+
maplibre-legend = "0.4.3"
4444
# maplibre-legend = { path = "../maplibre-legend"}
4545

4646
[build-dependencies]

0 commit comments

Comments
 (0)