Skip to content

Commit

Permalink
Merge pull request #766 from gosub-io/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
jaytaph authored Jan 13, 2025
2 parents eac6a16 + 69faeb5 commit d16e06f
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/gosub_instance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
gosub_shared = { path = "../gosub_shared" }
gosub_interface = { path = "../gosub_interface" }
gosub_net = { path = "../gosub_net" }
tokio = { version = "1.42.0", features = ["sync", "rt"] }
tokio = { version = "1.43.0", features = ["sync", "rt"] }
url = "2.5.4"
log = "0.4.22"

0 comments on commit d16e06f

Please sign in to comment.