Skip to content

Commit d38c690

Browse files
Bump tokio from 1.38.0 to 1.38.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93039b7 commit d38c690

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/GitGuardian/esdump-rs/"
1616
elasticsearch = "8.5.0-alpha.1"
1717
serde = { version = "~1", features = ["derive"] }
1818
serde_json = { version = "~1", features = ["raw_value"] }
19-
tokio = { version = "1.38.0", features = ["full"] }
19+
tokio = { version = "1.38.1", features = ["full"] }
2020
url = "2.5.0"
2121
dotenv = "0.15.0"
2222
clap = { version = "4.5.3", features = ["derive"] }

0 commit comments

Comments
 (0)