Skip to content

Commit

Permalink
Bump toml-edit and tower-lsp to latest versions (FuelLabs#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Jan 31, 2023
1 parent e06ddd5 commit baa2fc2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 37 deletions.
61 changes: 27 additions & 34 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 forc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sway-utils = { version = "0.33.1", path = "../sway-utils" }
term-table = "1.3"
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] }
toml = "0.5"
toml_edit = "0.14.4"
toml_edit = "0.19"
tracing = "0.1"
url = "2.2"
uwuify = { version = "^0.2", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions sway-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ swayfmt = { version = "0.33.1", path = "../swayfmt" }
tempfile = "3"
thiserror = "1.0.30"
tokio = { version = "1.3", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
toml_edit = "0.14.4"
tower-lsp = { version = "0.17", features = ["proposed"] }
toml_edit = "0.19"
tower-lsp = { version = "0.18", features = ["proposed"] }
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit baa2fc2

Please sign in to comment.