build: 更新依赖 (#125)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2024-06-28 03:07:45 -07:00
committed by GitHub
parent 6ebef0a414
commit 097f885050
2 changed files with 102 additions and 57 deletions
+8 -8
View File
@@ -20,7 +20,7 @@ arc-swap = { version = "1.7.1", features = ["serde"] }
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
async-stream = "0.3.5"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.6", features = ["env"] }
clap = { version = "4.5.7", features = ["env"] }
cookie = "0.18.1"
dirs = "5.0.1"
filenamify = "0.1.0"
@@ -28,14 +28,14 @@ float-ord = "0.3.2"
futures = "0.3.30"
handlebars = "5.1.2"
hex = "0.4.3"
log = "0.4.21"
memchr = "2.7.2"
log = "0.4.22"
memchr = "2.7.4"
once_cell = "1.19.0"
prost = "0.12.6"
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
quick-xml = { version = "0.34.0", features = ["async-tokio"] }
rand = "0.8.5"
regex = "1.10.4"
reqwest = { version = "0.12.4", features = [
regex = "1.10.5"
reqwest = { version = "0.12.5", features = [
"charset",
"cookies",
"gzip",
@@ -52,8 +52,8 @@ sea-orm = { version = "0.12.15", features = [
] }
sea-orm-migration = { version = "0.12.15", features = [] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
strum = { version = "0.26.2", features = ["derive"] }
serde_json = "1.0.118"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.14"