Skip to content

Commit

Permalink
Upgrade past vulnerable versions of dependencies
Browse files Browse the repository at this point in the history
Summary: As reported at #49

Reviewed By: stepancheg

Differential Revision: D36235985

fbshipit-source-id: 5d3f288e53ab02a168e400b07b8403f2df0783b7
  • Loading branch information
ndmitchell authored and facebook-github-bot committed May 9, 2022
1 parent 7367eed commit a74f58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starlark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ gazebo_lint.optional = true
structopt = "0.3.0"
walkdir = "2.3"
serde = { version = "1.0", features = ["derive"] }
logos = "0.11.4"
logos = "0.12"
serde_json = "1.0"
rustyline = "7.0.0"
rustyline = "9.1"
maplit = "1.0.2"
lsp-server = "0.5"
lsp-types = "0.89.0"
Expand Down

0 comments on commit a74f58b

Please sign in to comment.