Skip to content

Commit

Permalink
Merge pull request #123 from MolotovCherry/dependabot/cargo/tokio-1.43.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.42.0 to 1.43.0
  • Loading branch information
MolotovCherry authored Jan 14, 2025
2 parents aef80ef + 970d7b3 commit aa71e96
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 crates/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0.134"
directories = "5.0.1"
backtrace = "0.3.74"
toml = "0.8.19"
tokio = { version = "1.42.0", features = ["net", "rt"] }
tokio = { version = "1.43.0", features = ["net", "rt"] }

[lints]
workspace = true

0 comments on commit aa71e96

Please sign in to comment.