Skip to content

Commit

Permalink
deps(rust): bump tokio from 1.35.0 to 1.35.1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
2 parents 67cbc66 + 9efce3c commit 5c7b368
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 nss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libc = "0.2.151"
paste = "1.0.14"
tonic = "0.10.2"
prost = "0.12.3"
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
log = "0.4.20"
simple_logger = {version = "4.3.3", features = ["stderr"]}
Expand Down

0 comments on commit 5c7b368

Please sign in to comment.