Skip to content

Commit

Permalink
update tokio in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Oct 20, 2023
1 parent 661b3e8 commit b1bbb09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ textwrap = "0.16.0"
test-strategy = "0.2.1"
thiserror = "1.0"
tofino = { git = "http://github.com/oxidecomputer/tofino", branch = "main" }
tokio = "1.29"
tokio = "1.33.0"
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] }
tokio-stream = "0.1.14"
tokio-tungstenite = "0.18"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extr
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
textwrap = { version = "0.16.0" }
time = { version = "0.3.27", features = ["formatting", "local-offset", "macros", "parsing"] }
tokio = { version = "1.32.0", features = ["full", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
toml = { version = "0.7.8" }
Expand Down Expand Up @@ -183,7 +183,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra
textwrap = { version = "0.16.0" }
time = { version = "0.3.27", features = ["formatting", "local-offset", "macros", "parsing"] }
time-macros = { version = "0.2.13", default-features = false, features = ["formatting", "parsing"] }
tokio = { version = "1.32.0", features = ["full", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
toml = { version = "0.7.8" }
Expand Down

0 comments on commit b1bbb09

Please sign in to comment.