Skip to content

Commit e70b766

Browse files
authored
deps: Upgrade proto to v0.45.2. (#1822)
* Update deps. * Update snaps. * More fixes. * More fixes.
1 parent 33e49e2 commit e70b766

26 files changed

Lines changed: 234 additions & 232 deletions

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
auto-install: true
9292
cache: ${{ runner.os == 'Linux' }}
93-
proto-version: '0.45.1' # Keep in sync
93+
proto-version: '0.45.2' # Keep in sync
9494
# Fixes issues where proto can't find a version because nothing is pinned globally
9595
- run: cp .prototools ~/.proto/.prototools
9696
if: ${{ runner.os == 'Linux' }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
- Fixed an issue where `NO_COLOR` or `FORCE_COLOR` would be overwritten for task child processes.
88

9+
#### ⚙️ Internal
10+
11+
- Updated proto to [v0.45.2](https://github.com/moonrepo/proto/releases/tag/v0.45.2) (from 0.45.1).
12+
- Updated dependencies.
13+
914
## 1.32.1
1015

1116
#### 🚀 Updates

0 commit comments

Comments
 (0)