Skip to content

Commit d055c2a

Browse files
authored
Merge pull request #97 from blacklanternsecurity/dependabot/cargo/dev/tokio-1.52.3
Bump tokio from 1.52.0 to 1.52.3
2 parents c6da6e3 + fcb05ec commit d055c2a

2 files changed

Lines changed: 3 additions & 3 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ regex = "1"
3030
serde = { version = "1.0.228", features = ["derive"] }
3131
serde_json = "1.0.150"
3232
thiserror = "2.0.18"
33-
tokio = { version = "1.50.0", features = ["macros", "rt", "rt-multi-thread", "time", "net", "sync", "fs", "io-std"] }
33+
tokio = { version = "1.52.3", features = ["macros", "rt", "rt-multi-thread", "time", "net", "sync", "fs", "io-std"] }
3434
tracing = "0.1.41"
3535
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3636
pyo3 = { version = "0.27", features = ["serde"], optional = true }

0 commit comments

Comments
 (0)