Skip to content

Commit

Permalink
Merge pull request #82 from Xenira/dependabot/cargo/tokio-1.41.1
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.41.0 to 1.41.1
  • Loading branch information
github-actions[bot] authored Nov 8, 2024
2 parents 939516d + df89960 commit d2145f3
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 @@ -16,7 +16,7 @@ daktilo_server = { version = "0.5.0", git = "https://github.com/Xenira/daktilo.g
nvim-oxi = { version = "0.5.1", features = ["libuv", "neovim-0-9"] }
prost = "0.13.3"
serde = { version = "1.0.214", features = ["derive"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
tonic = "0.12.3"

[dev-dependencies]
Expand Down

0 comments on commit d2145f3

Please sign in to comment.