Skip to content

Commit

Permalink
Merge pull request #515 from EspressoSystems/dependabot/cargo/tokio-1…
Browse files Browse the repository at this point in the history
….37.0

Bump tokio from 1.36.0 to 1.37.0
  • Loading branch information
jbearer authored Apr 17, 2024
2 parents 0f4a83c + 90874bf commit 7e148e2
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 @@ -103,7 +103,7 @@ include_dir = { version = "0.7", optional = true }
native-tls = { version = "0.2", optional = true }
postgres-native-tls = { version = "0.5", optional = true }
refinery = { version = "0.8", features = ["tokio-postgres"], optional = true }
tokio = { version = "1.36", optional = true }
tokio = { version = "1.37", optional = true }
tokio-postgres = { version = "0.7", optional = true, default-features = false, features = [ # disabling the default features removes dependence on the tokio runtime
"with-serde_json-1",
"with-time-0_3",
Expand Down

0 comments on commit 7e148e2

Please sign in to comment.