Skip to content

Commit

Permalink
Update dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
- Remove dev dependencies
- Modify `net` feature dependency to `net=["dep:reqwest"]`
- Update dependency versions
  • Loading branch information
houseme committed Nov 28, 2024
1 parent 294842a commit a89ebb3
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 107 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [Released]

## [0.2.2] - 2024-11-28

### Changed

- Removed dev dependencies.
- Modified `net` feature dependency to `net=["dep:reqwest"]`.
- Updated dependency versions.

## [0.2.1] - 2024-09-12

### Changed
Expand Down
Loading

0 comments on commit a89ebb3

Please sign in to comment.