Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen1Plus committed Aug 16, 2024
1 parent 83364cf commit d35690c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ edition = "2021"

[dependencies]
# Serialization
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
typetag = "0.2.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
typetag = "0.2"

# File system
dirs = "5.0.1"
relative-path = { version = "1.9.3", features = ["serde"] }
tempfile = "3.12.0"
zip = "2.1.6"
dirs = "5.0"
relative-path = { version = "1.9", features = ["serde"] }
tempfile = "3.12"
zip = "2.1"

# Web access
git2 = "0.19.0"
reqwest = { version = "0.12.5", features = ["blocking"] }
git2 = "0.19"
reqwest = { version = "0.12", features = ["blocking"] }

# Else
anyhow = "1.0.86"
clap = { version = "4.5.15", features = ["derive"] }
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }

0 comments on commit d35690c

Please sign in to comment.