Skip to content

Commit

Permalink
Bump tokio version
Browse files Browse the repository at this point in the history
  • Loading branch information
brendano257 committed Jun 30, 2024
1 parent 34066af commit bf55e76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ exclude = [".idea", ".gitignore", ".github"]

[dependencies]
retry-if-macro = { version = "0.1.0", path = "retry-if-macro", default-features = false }
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }

[dev-dependencies]
trybuild = "1.0.96"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
retry-if = { path = ".", features = ["tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util"] }
tokio = { version = "1.38.0", features = ["full", "test-util"] }

[features]
tracing = ["retry-if-macro/tracing"]

0 comments on commit bf55e76

Please sign in to comment.