Skip to content

Commit

Permalink
build: 更新依赖 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Jun 28, 2024
1 parent 6ebef0a commit 097f885
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 56 deletions.
141 changes: 93 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ 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"
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",
Expand All @@ -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"
Expand Down

0 comments on commit 097f885

Please sign in to comment.