Skip to content

Commit

Permalink
Merge pull request #83 from FalkorDB/dependabot/cargo/main/tokio-1.43.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.42.0 to 1.43.0
  • Loading branch information
gkorland authored Jan 13, 2025
2 parents 40ebf65 + ee525c6 commit f86fceb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
with:
files: codecov.json
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
services:
falkordb:
image: falkordb/falkordb:edge
Expand Down
12 changes: 6 additions & 6 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 @@ -21,7 +21,7 @@ redis = { version = "0.27.6", default-features = false, features = ["sentinel"]
regex = { version = "1.11.1", default-features = false, features = ["std", "perf", "unicode-bool", "unicode-perl"] }
strum = { version = "0.26.3", default-features = false, features = ["std", "derive"] }
thiserror = "2.0.6"
tokio = { version = "1.42.0", default-features = false, features = ["macros", "sync", "rt-multi-thread"], optional = true }
tokio = { version = "1.43.0", default-features = false, features = ["macros", "sync", "rt-multi-thread"], optional = true }
tracing = { version = "0.1.41", default-features = false, features = ["std", "attributes"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit f86fceb

Please sign in to comment.