Skip to content

Commit

Permalink
Update dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzsolt authored Mar 31, 2024
1 parent 42258cb commit 77bf550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Updated dependencies

## [1.0.1] - 2023-11-11
### Changed
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ categories = ["parser-implementations", "encoding"]

[dependencies]
flate2 = { version = "1.0.28", optional = true }
prost = "0.12.1"
prost = "0.12.3"

[features]
default = ["flate2"]

[build-dependencies]
prost-build = "0.12.1"
prost-build = "0.12.3"

[dev-dependencies]
env_logger = "0.10.1"
log = "0.4.20"
env_logger = "0.11.3"
log = "0.4.21"
threadpool = "1.8.1"

0 comments on commit 77bf550

Please # to comment.