Skip to content

Commit

Permalink
Bump up the dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsik committed Aug 23, 2023
1 parent 92f5db7 commit f060748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ keywords = ["byte", "byte-size", "utility", "human-readable", "format"]
license = "Apache-2.0"

[dependencies]
serde = { version = "1.0", optional = true }
serde = { version = "1.0.185", optional = true }

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
toml = "0.7.6"

[features]
default = []
Expand Down

0 comments on commit f060748

Please sign in to comment.