Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.37 (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Mar 30, 2024
1 parent d024627 commit 9ebd1e9
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 @@ -52,7 +52,7 @@ hostname = "0.3"
thiserror = "1.0"
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" }
schemars = { version = "0.8", features = [ "uuid1", "chrono" ] }
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1.37", features = ["full"] }
serde_repr = "0.1"
anyhow = "1.0"
hyper = "0.14"
Expand Down

0 comments on commit 9ebd1e9

Please sign in to comment.