Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
2fc37da25e chore(release): 0.3.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-10-11 00:38:52 +00:00
c35aad3cf8 fix(deps): update rust crate human-panic to v2.0.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-10-11 00:33:58 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.1] - 2024-10-09 ## [0.3.1] - 2024-10-11
### Fixed ### Fixed
- *(deps)* update rust crate human-panic to v2.0.2
- *(deps)* update rust crate tower-http to v0.6.1 - *(deps)* update rust crate tower-http to v0.6.1
- *(deps)* update rust crate prost to v0.13.3 - *(deps)* update rust crate prost to v0.13.3
- *(deps)* update rust crate tower-http to 0.6.0 - *(deps)* update rust crate tower-http to 0.6.0

4
Cargo.lock generated
View File

@ -939,9 +939,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]] [[package]]
name = "human-panic" name = "human-panic"
version = "2.0.1" version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c5a08ed290eac04006e21e63d32e90086b6182c7cd0452d10f4264def1fec9a" checksum = "80b84a66a325082740043a6c28bbea400c129eac0d3a27673a1de971e44bf1f7"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",