Skip to content

Commit eb2a136

Browse files
build(deps): bump tokio from 1.52.2 to 1.52.3
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.2 to 1.52.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b515b9 commit eb2a136

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

autogpt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ phf = { workspace = true }
4141
iac-rs = { workspace = true, optional = true }
4242

4343
uuid = { version = "=1.23.1", features = ["v4"] }
44-
tokio = { version = "=1.52.2", default-features = false, features = ["full"] }
44+
tokio = { version = "=1.52.3", default-features = false, features = ["full"] }
4545
reqwest = { version = "^0.12.24", features = ["json", "stream", "blocking"] }
4646
serde = { version = "1.0.228", features = ["derive"] }
4747
gems = { version = "0.1.5", optional = true }

iac-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ quinn = "0.11.9"
2121
rcgen = "0.14.7"
2222
rustls = "0.23.40"
2323
zstd = "0.13.3"
24-
tokio = { version = "1.52.2", default-features = false }
24+
tokio = { version = "1.52.3", default-features = false }
2525
rand = "0.10.1"
2626
auto-net = "0.0.1"
2727
async-trait = { workspace = true }
@@ -39,7 +39,7 @@ ser = ["serde"]
3939
[dev-dependencies]
4040
criterion = { version = "0.8.2", features = ["async_tokio"] }
4141
plotters = { version = "0.3.7", features = ["fontconfig-dlopen"] }
42-
tokio = { version = "1.52.2", features = ["full"] }
42+
tokio = { version = "1.52.3", features = ["full"] }
4343
tracing-subscriber = "0.3.23"
4444

4545
[badges]

0 commit comments

Comments
 (0)