Skip to content

Commit

Permalink
chore(deps): bump prost-build from 0.11.9 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.11.9 to 0.12.4.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.11.9...v0.12.4)

---
updated-dependencies:
- dependency-name: prost-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent d42c100 commit 3976e1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 59 deletions.
71 changes: 13 additions & 58 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ nix = { version = "0.28", features = ["ioctl"] }
windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] }

[build-dependencies]
prost-build = { version = "0.11.9", optional = true }
prost-build = { version = "0.12.4", optional = true }

[dev-dependencies]
byteorder = "1.5"
Expand Down

0 comments on commit 3976e1e

Please sign in to comment.