Skip to content

Commit

Permalink
build: 更新项目依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Jul 21, 2024
1 parent 28070aa commit e4fb096
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 52 deletions.
79 changes: 37 additions & 42 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
arc-swap = { version = "1.7.1", features = ["serde"] }
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
async-stream = "0.3.5"
async-trait = "0.1.80"
async-trait = "0.1.81"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.8", features = ["env"] }
clap = { version = "4.5.9", features = ["env"] }
cookie = "0.18.1"
dirs = "5.0.1"
filenamify = "0.1.0"
filenamify = "0.1.1"
float-ord = "0.3.2"
futures = "0.3.30"
handlebars = "5.1.2"
handlebars = "6.0.0"
hex = "0.4.3"
md5 = "0.7.0"
memchr = "2.7.4"
once_cell = "1.19.0"
prost = "0.12.6"
quick-xml = { version = "0.35.0", features = ["async-tokio"] }
prost = "0.13.1"
quick-xml = { version = "0.36.0", features = ["async-tokio"] }
rand = "0.8.5"
regex = "1.10.5"
reqwest = { version = "0.12.5", features = [
Expand All @@ -52,13 +52,13 @@ sea-orm = { version = "0.12.15", features = [
"sqlx-sqlite",
] }
sea-orm-migration = { version = "0.12.15", features = [] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_urlencoded = "0.7.1"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.14"
thiserror = "1.0.63"
tokio = { version = "1.38.1", features = ["full"] }
toml = "0.8.15"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }

Expand Down

0 comments on commit e4fb096

Please sign in to comment.