Skip to content

Commit

Permalink
Merge pull request #717 from SierraSoftworks/dependabot/cargo/tokio-1…
Browse files Browse the repository at this point in the history
….23.0

chore(deps): bump tokio from 1.22.0 to 1.23.0
  • Loading branch information
notheotherben authored Dec 6, 2022
2 parents 2371a22 + e99390e commit fcbb1b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
serde_yaml = "0.9"
shell-words = "1.1"
tokio = { version = "1.21", features = ["rt", "time", "fs", "process", "macros", "signal"] }
tokio = { version = "1.23", features = ["rt", "time", "fs", "process", "macros", "signal"] }
tonic = { version = "0.8.3", features = ["tls-roots"] }
tracing = { git="https://github.com/SierraSoftworks/tracing.git" , features = ["log"] }
tracing-attributes = { git="https://github.com/SierraSoftworks/tracing.git" }
Expand Down

0 comments on commit fcbb1b3

Please sign in to comment.