Skip to content

Commit f481b93

Browse files
Bump tokio from 1.48.0 to 1.49.0 (#20)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89adc47 commit f481b93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extproc-mock = []
2626
[dependencies]
2727
ngx = "0.5"
2828
bytes = "1"
29-
tokio = { version = "1.38", features = ["rt-multi-thread", "macros", "time", "net", "signal"] }
29+
tokio = { version = "1.49", features = ["rt-multi-thread", "macros", "time", "net", "signal"] }
3030
tokio-stream = "0.1"
3131
tonic = { version = "0.14", features = ["transport", "tls-native-roots"] }
3232
tonic-prost = "0.14"

0 commit comments

Comments
 (0)