Skip to content

Commit

Permalink
Deprecation warnings
Browse files Browse the repository at this point in the history
Summary: After D64305791.

Reviewed By: Will-MingLun-Li

Differential Revision: D64476974

fbshipit-source-id: 4f2f027c840e81168765b3c954592469d7fcc45d
  • Loading branch information
stepancheg authored and facebook-github-bot committed Oct 16, 2024
1 parent 3c5f10b commit ea40b70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion starlark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ either = "1.8"
erased-serde = "0.3.12"
hashbrown = { version = "0.14.3", features = ["raw"] }
inventory = "0.3.8"
itertools = "0.10"
itertools = "0.13.0"
maplit = "1.0.2"
memoffset = "0.6.4"
num-bigint = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion starlark_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clap = { version = "4.0.7", features = ["derive", "wrap_help"] }
debugserver-types = "0.5.0"
either = "1.8"
globset = "0.4.13"
itertools = "0.10"
itertools = "0.13.0"
lsp-types = "0.94.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion starlark_lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.65"
derivative = "2.2"
derive_more.workspace = true
dupe = { workspace = true }
itertools = "0.10"
itertools = "0.13.0"
lsp-server = "0.7.2"
lsp-types = "0.94.1"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit ea40b70

Please sign in to comment.