Skip to content

Commit

Permalink
wider the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olekspickle committed Nov 17, 2024
1 parent bef204c commit 53896c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ std = []
inline = ["serde-inline-default"]

[dependencies]
paste = "1.0.14"
serde-inline-default = { version = "0.2.0", optional = true }
paste = "1"
serde-inline-default = { version = "0.2", optional = true }

[dev-dependencies]
expect-test = "1.4.1"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
expect-test = "1.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_default_utils = { path = "." }

0 comments on commit 53896c0

Please sign in to comment.