Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent 929e1d6 commit 0748dc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -28,7 +28,7 @@ inquire = { version = "0.6.2", optional = true }

schemars = { version = "0.8.16", features = ["derive"] }
hyper = { version = "0.14", features = ["server"], default-features = false }
tokio = { version = "1.35.1", features = ["rt", "time"] }
tokio = { version = "1.36.0", features = ["rt", "time"] }
anyhow = "1.0.79"
derive_setters = "0.1.6"
thiserror = "1.0.56"
Expand Down
2 changes: 1 addition & 1 deletion autogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ schemars = "0.8.16"
serde = "1.0.196"
serde_json = "1.0.113"
tailcall = { path = "../" }
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }

0 comments on commit 0748dc2

Please sign in to comment.