Skip to content

Commit

Permalink
Merge #89
Browse files Browse the repository at this point in the history
89: Upgrade java-properties to 2.0 r=lfrancke a=nightkr

## Description

This should drop the dependency on encoding (stackabletech/operator-rs#567).

## Review Checklist
- [ ] Code contains useful comments
- [ ] (Integration-)Test cases added (or not applicable)
- [ ] Documentation added (or not applicable)
- [ ] Changelog updated (or not applicable)


Co-authored-by: Natalie Klestrup Röijezon <nat@nullable.se>
  • Loading branch information
bors[bot] and nightkr authored Jul 5, 2023
2 parents da2d30c + 2f742cd commit 4d3f76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/stackabletech/product-config"
version = "0.4.0"

[dependencies]
java-properties = "1.3"
java-properties = "2.0"
fancy-regex = "0.11"
schemars = "0.8"
semver = "1.0"
Expand Down

0 comments on commit 4d3f76e

Please sign in to comment.