Skip to content

Commit 7e05193

Browse files
Combined Dependabot PRs 2026-02-09 (#299)
* Bump prost-wkt from 0.7.0 to 0.7.1 Bumps [prost-wkt](https://github.com/fdeantoni/prost-wkt) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/fdeantoni/prost-wkt/releases) - [Changelog](https://github.com/fdeantoni/prost-wkt/blob/master/CHANGELOG.md) - [Commits](fdeantoni/prost-wkt@v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: prost-wkt dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump tokio from 1.48.0 to 1.49.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump quote from 1.0.42 to 1.0.43 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.42 to 1.0.43. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.43) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump syn from 2.0.112 to 2.0.114 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.112 to 2.0.114. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.112...2.0.114) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.114 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump url from 2.5.7 to 2.5.8 Bumps [url](https://github.com/servo/rust-url) from 2.5.7 to 2.5.8. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes). Updates `bytes` from 1.10.1 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo ... 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 3622e54 commit 7e05193

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

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

crates/twirp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ reqwest = { version = "0.13", default-features = false }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1.0"
3131
thiserror = "2.0"
32-
tokio = { version = "1.48", default-features = false }
32+
tokio = { version = "1.49", default-features = false }
3333
tower = { version = "0.5", default-features = false }
3434
url = { version = "2.5" }

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prost-wkt = "0.7"
1111
prost-wkt-types = "0.7"
1212
serde = { version = "1.0", features = ["derive"] }
1313
thiserror = "2.0"
14-
tokio = { version = "1.48", features = ["rt-multi-thread", "macros"] }
14+
tokio = { version = "1.49", features = ["rt-multi-thread", "macros"] }
1515
http = "1.4"
1616
http-body-util = "0.1"
1717

0 commit comments

Comments
 (0)