Skip to content

Commit f01c4a2

Browse files
build(deps): bump tokio from 1.39.3 to 1.40.0 (#95)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.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 5429094 commit f01c4a2

File tree

5 files changed

+6
-6
lines changed

5 files changed

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ clap = { version = "4.5.16", features = ["derive"] }
1010
dotenv = "0.15.0"
1111
sdk = { path = "../sdk" }
1212
serde_json = "1.0.125"
13-
tokio = { version = "1.39.3", features = ["full"] }
13+
tokio = { version = "1.40.0", features = ["full"] }

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ futures = "0.3.30"
1919
rand = "0.8.5"
2020
sdk = { path = "../sdk" }
2121
serde_json = "1.0.125"
22-
tokio = { version = "1.39.3", features = ["full"] }
22+
tokio = { version = "1.40.0", features = ["full"] }

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ reqwest = { version = "0.12.7", features = ["json"] }
99
serde = { version = "1.0.210", features = ["derive"] }
1010
serde_json = "1.0.125"
1111
thiserror = "1.0.63"
12-
tokio = { version = "1.39.3", features = ["full"] }
12+
tokio = { version = "1.40.0", features = ["full"] }
1313
url = "2.5.2"
1414

1515
[dev-dependencies]

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = { version = "1.0.210", features = ["derive"] }
2424
serde_json = { version = "1.0.125", features = ["raw_value"] }
2525
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono"] }
2626
svix-ksuid = { version = "^0.8.0", features = ["serde"] }
27-
tokio = { version = "1.39.3", features = ["full"] }
27+
tokio = { version = "1.40.0", features = ["full"] }
2828
url = "2.5.2"
2929
validator = { version = "0.18.1", features = ["derive"] }
3030

0 commit comments

Comments
 (0)