Skip to content

Commit 9f3c6d6

Browse files
Combined Dependabot PRs 2026-04-02 (#313)
* Bump prost from 0.14.1 to 0.14.3 Bumps [prost](https://github.com/tokio-rs/prost) from 0.14.1 to 0.14.3. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump fs-err from 3.2.1 to 3.3.0 Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 3.2.1 to 3.3.0. - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/commits/3.3.0) --- updated-dependencies: - dependency-name: fs-err dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump reqwest from 0.13.1 to 0.13.2 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump quote from 1.0.43 to 1.0.45 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.43 to 1.0.45. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.43...1.0.45) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump futures from 0.3.31 to 0.3.32 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.31 to 0.3.32. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) --- updated-dependencies: - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fa2c7d commit 9f3c6d6

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

Cargo.lock

Lines changed: 28 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ http-body-util = "0.1"
1818
[build-dependencies]
1919
twirp-build = { path = "../crates/twirp-build" }
2020

21-
fs-err = "3.2"
21+
fs-err = "3.3"
2222
glob = "0.3.3"
2323
prost-build = "0.14"
2424
prost-wkt-build = "0.7"

0 commit comments

Comments
 (0)