Skip to content

Commit

Permalink
Merge pull request #5 from GitGuardian/dependabot/cargo/tokio-1.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
2 parents 2d5a1af + d38c690 commit 3bd32e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/GitGuardian/esdump-rs/"
elasticsearch = "8.5.0-alpha.1"
serde = { version = "~1", features = ["derive"] }
serde_json = { version = "~1", features = ["raw_value"] }
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.38.1", features = ["full"] }
url = "2.5.0"
dotenv = "0.15.0"
clap = { version = "4.5.3", features = ["derive"] }
Expand Down

0 comments on commit 3bd32e2

Please sign in to comment.