Skip to content

Commit

Permalink
deps(proto): Update to v0.18. (#1055)
Browse files Browse the repository at this point in the history
* Update proto.

* Update changelog.
  • Loading branch information
milesj authored Sep 18, 2023
1 parent a76a69c commit 4b144dc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
25 changes: 19 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ pathdiff = "0.2.1"
petgraph = { version = "0.6.4", default-features = false, features = [
"serde-1",
] }
proto_core = "0.17.3"
proto_core = "0.18.1"
relative-path = { version = "1.9.0", features = ["serde"] }
regex = "1.9.5"
# We don't use openssl but its required for musl builds
reqwest = { version = "0.11.20", default-features = false, features = [
"rustls-tls",
"rustls-tls-native-roots",
"native-tls-vendored",
] }
rustc-hash = "1.1.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
- More accurately monitors signals (ctrl+c) and shutdowns.
- Tasks can now be configured with a timeout.

#### ⚙️ Internal

- Improved handling of certificates and proxies.
- Updated to proto v0.18.

## 1.13.5

#### 🐞 Fixes
Expand Down

0 comments on commit 4b144dc

Please sign in to comment.