Skip to content

Commit

Permalink
Merge pull request #32 from BeaconBrigade/dependabot/cargo/dev/tokio-…
Browse files Browse the repository at this point in the history
…1.26.0
  • Loading branch information
BeaconBrigade committed Mar 6, 2023
2 parents 6a16560 + 44ea745 commit 4646896
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 25 deletions.
57 changes: 33 additions & 24 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 @@ -20,7 +20,7 @@ iced = { version = "0.4", features = ["tokio", "canvas", "pure"] }
iced_aw = { version = "0.2", features = ["card", "pure", "modal"] }
plotters = "0.3"
chrono = "0.4.23"
tokio = { version = "1.25.0", features = ["full"] }
tokio = { version = "1.26.0", features = ["full"] }
arctic = "1.0.0"
futures = "0.3.26"
native-dialog = "0.6.3"

0 comments on commit 4646896

Please sign in to comment.