diff --git a/soda_cli/Cargo.toml b/soda_cli/Cargo.toml index 1eaf2c5..e31bd2f 100644 --- a/soda_cli/Cargo.toml +++ b/soda_cli/Cargo.toml @@ -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" diff --git a/soda_resource_tools_lib/Cargo.toml b/soda_resource_tools_lib/Cargo.toml index 146b539..fc77f3b 100644 --- a/soda_resource_tools_lib/Cargo.toml +++ b/soda_resource_tools_lib/Cargo.toml @@ -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" @@ -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"] } @@ -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"