Skip to content

Commit 2395051

Browse files
chore(deps): bump tokio from 1.32.0 to 1.33.0 (#357)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.33.0) --- updated-dependencies: - dependency-name: tokio 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 7fd236d commit 2395051

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
@@ -21,7 +21,7 @@ serde_json = "1.0.105"
2121
serde_yaml = "0.9.25"
2222
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono"] }
2323
sqlxmq = { git = "https://github.com/GaloyMoney/sqlxmq", rev = "f03f73c", default-features = false, features = ["runtime-tokio-rustls"] }
24-
tokio = { version = "1.32", features = ["rt-multi-thread", "macros"] }
24+
tokio = { version = "1.33", features = ["rt-multi-thread", "macros"] }
2525
tokio-stream = { version = "0.1.14", features = ["sync"] }
2626
tonic = "0.10.2"
2727
tonic-health = "0.10.2"

0 commit comments

Comments
 (0)