Skip to content

Commit

Permalink
Merge pull request #273 from regexident/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
oli-obk authored Nov 24, 2024
2 parents af70fe5 + 4373396 commit 834207b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

### Changed

- n/a
- Updated dependencies:
- `thiserror` from `1.0.31` to `2.0.3`
- `derive_builder` from `0.12` to `0.20`

### Removed

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ rust-version = "1.73.0"
[dependencies]
camino = { version = "1.0.7", features = ["serde1"] }
cargo-platform = "0.1.2"
derive_builder = { version = "0.12", optional = true }
derive_builder = { version = "0.20", optional = true }
semver = { version = "1.0.7", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", features = ["unbounded_depth"] }
thiserror = "1.0.31"
thiserror = "2.0.3"

[features]
default = []
Expand Down

0 comments on commit 834207b

Please sign in to comment.