Skip to content

Commit 58b7b16

Browse files
build(deps): bump tokio from 1.38.0 to 1.38.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7af3649 commit 58b7b16

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

bindings/c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cbindgen = "0.24.0"
1313
[dependencies]
1414
bytes = "1.5.0"
1515
lazy_static = "1.4.0"
16-
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
16+
tokio = { version = "1.38.2", features = [ "rt-multi-thread" ] }
1717
hyper-rustls = { version = "0.25", features = ["webpki-roots"]}
1818
tracing = "0.1.40"
1919
tracing-subscriber = "0.3.18"

bottomless-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bytes = "1"
2020
chrono = "0.4.23"
2121
clap = { version = "4.0.29", features = ["derive"] }
2222
libsql-sys = { path = "../libsql-sys" }
23-
tokio = { version = "1.23.0", features = ["macros", "rt", "rt-multi-thread"] }
23+
tokio = { version = "1.38.2", features = ["macros", "rt", "rt-multi-thread"] }
2424
tracing = "0.1.37"
2525
tracing-subscriber = "0.3.16"
2626
uuid = "1.4.1"

bottomless/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-sdk-s3 = { version = "1" }
1616
bytes = "1"
1717
libsql-sys = { path = "../libsql-sys" }
1818
libsql_replication = { path = "../libsql-replication" }
19-
tokio = { version = "1.22.2", features = ["rt-multi-thread", "net", "io-std", "io-util", "time", "macros", "sync", "fs"] }
19+
tokio = { version = "1.38.2", features = ["rt-multi-thread", "net", "io-std", "io-util", "time", "macros", "sync", "fs"] }
2020
tokio-util = "0.7"
2121
tracing = "0.1.37"
2222
tracing-subscriber = "0.3.16"

libsql-replication/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bytes = { version = "1.5.0", features = ["serde"] }
1717
serde = { version = "1.0.189", features = ["derive"] }
1818
thiserror = "1.0.49"
1919
tracing = "0.1.40"
20-
tokio = { version = "1.33.0", features = ["full"] }
20+
tokio = { version = "1.38.2", features = ["full"] }
2121
tokio-stream = "0.1.14"
2222
async-trait = "0.1.74"
2323
uuid = { version = "1.5.0", features = ["v4"] }

libsql/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ thiserror = "1.0.40"
1414
futures = { version = "0.3.28", optional = true }
1515
libsql-sys = { workspace = true, optional = true, default-features = true }
1616
libsql-hrana = { workspace = true, optional = true }
17-
tokio = { version = "1.29.1", features = ["sync"], optional = true }
17+
tokio = { version = "1.38.2", features = ["sync"], optional = true }
1818
tokio-util = { version = "0.7", features = ["io-util", "codec"], optional = true }
1919
parking_lot = { version = "0.12.1", optional = true }
2020
hyper = { version = "0.14", features = ["client", "http1", "http2", "stream", "runtime"], optional = true }
@@ -50,7 +50,7 @@ chrono = { version = "0.4", optional = true }
5050
[dev-dependencies]
5151
criterion = { version = "0.5", features = ["html_reports", "async", "async_futures", "async_tokio"] }
5252
pprof = { version = "0.14.0", features = ["criterion", "flamegraph"] }
53-
tokio = { version = "1.29.1", features = ["full"] }
53+
tokio = { version = "1.38.2", features = ["full"] }
5454
tokio-test = "0.4"
5555
tracing-subscriber = "0.3"
5656
tempfile = { version = "3.7.0" }

0 commit comments

Comments
 (0)