Skip to content

Commit

Permalink
chore(deps): update serde-java-properties to 0.2.0 (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey authored Apr 29, 2024
1 parent 8dd6406 commit 4c0472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcontainers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures = "0.3"
log = "0.4"
parse-display = "0.9.0"
serde = { version = "1", features = ["derive"] }
serde-java-properties = { version = "0.1.1", optional = true }
serde-java-properties = { version = "0.2.0", optional = true }
serde_json = "1"
serde_with = "3.7.0"
signal-hook = { version = "0.3", optional = true }
Expand Down

0 comments on commit 4c0472e

Please sign in to comment.