Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Feb 7, 2024
1 parent e9a2369 commit 26d4c78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions soda_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
tracing-appender = "0.2.3"
clap = { version = "4.4.18", features = ["derive"] }
directories = "5.0.1"
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
serde_json = "1.0.111"
serde = { version = "1.0.195", features = ["derive"] }
chrono = "0.4.32"
reqwest = { version = "0.11.24", features = ["blocking", "json"] }
serde_json = "1.0.113"
serde = { version = "1.0.196", features = ["derive"] }
chrono = "0.4.33"
8 changes: 4 additions & 4 deletions soda_resource_tools_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ regex = "1.10.3"

# JSON
serde_json = "1.0.113"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }

# 加密
ring = "0.17.7"
Expand All @@ -39,7 +39,7 @@ hmac = "0.12.1"
sha2 = "0.10.8"

# 时间
chrono = "0.4.32"
chrono = "0.4.33"

# 文件监控
notify = { version = "6.1.1", features = ["serde"] }
Expand All @@ -48,10 +48,10 @@ notify = { version = "6.1.1", features = ["serde"] }
once_cell = { version = "1.19.0", features = [] }

# 网络
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
reqwest = { version = "0.11.24", features = ["blocking", "json"] }

# 异步
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }

# URL编码
urlencoding = "2.1.3"
Expand Down

0 comments on commit 26d4c78

Please sign in to comment.