Skip to content

Commit

Permalink
🐛 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jun 4, 2024
1 parent f1d1099 commit c545327
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ name = "upload-asset"
path = "src/upload_asset/main.rs"

[dependencies]
anyhow = "1.0.56"
reqwest = { version = "0.11.10", features = ["json"] }
serde = "1.0.136"
serde_derive = "1.0.136"
serde_json = "1.0.79"
tokio = { version = "1.17.0", features = ["full"] }
anyhow = "1.0.86"
reqwest = { version = "0.12.4", features = ["json"] }
serde = "1.0.203"
serde_derive = "1.0.203"
serde_json = "1.0.117"
tokio = { version = "1.38.0", features = ["full"] }

0 comments on commit c545327

Please sign in to comment.