Skip to content

Commit f4a9da3

Browse files
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>
1 parent 9b2d8be commit f4a9da3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.

disintegrate-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async-trait = "0.1.89"
2323
futures = "0.3.31"
2424
async-stream = "0.3.6"
2525
thiserror = "2.0.17"
26-
tokio = {version = "1.48.0", features = ["macros"]}
26+
tokio = {version = "1.49.0", features = ["macros"]}
2727
tokio-util = {version = "0.7.18", optional = true}
2828
uuid = { version = "1.19.0", features = ["v3"] }
2929
md-5 = "0.10.6"

disintegrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ uuid = { version = "1.19.0", features = ["serde"] }
3232
[dev-dependencies]
3333
assert2 = "0.3.16"
3434
uuid = { version = "1.19.0", features = ["v4"] }
35-
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
35+
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
3636
mockall = "0.14.0"
3737

3838
[package.metadata.docs.rs]

examples/banking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository.workspace = true
1010
[dependencies]
1111
disintegrate = { version = "4.0.0", path = "../../disintegrate", features = ["macros", "serde-json"] }
1212
disintegrate-postgres = { version = "4.0.0", path = "../../disintegrate-postgres" }
13-
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
13+
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] }
1414
serde = { version = "1.0.228", features = ["derive"] }
1515
thiserror = "2.0.17"
1616
anyhow = "1.0.100"

examples/cart/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository.workspace = true
1111
disintegrate = { version = "4.0.0", path = "../../disintegrate", features = ["macros", "serde-json"] }
1212
disintegrate-postgres = { version = "4.0.0", path = "../../disintegrate-postgres" }
1313
sqlx = { version = "0.8.6", features = [ "runtime-tokio-rustls" , "postgres" ] }
14-
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
14+
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] }
1515
anyhow = "1.0.100"
1616
dotenv = "0.15.0"
1717
serde = { version = "1.0.228", features = ["derive"] }

examples/courses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.100"
1414
async-trait = "0.1.89"
1515
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres"] }
1616
thiserror = "2.0.17"
17-
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
17+
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] }
1818
tonic = { version = "0.14.2", features = ["gzip", "transport"] }
1919
tonic-prost = "0.14.2"
2020
tonic-health = "0.14.2"

0 commit comments

Comments
 (0)