Skip to content

Commit

Permalink
Merge pull request #104 from latex-lsp/dependabot/cargo/uuid-0.8.1
Browse files Browse the repository at this point in the history
Bump uuid from 0.7.4 to 0.8.1
  • Loading branch information
pfoerster authored Nov 9, 2019
2 parents 8f48c41 + 3be33c4 commit dd48353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -42,7 +42,7 @@ stderrlog = "0.4.1"
tempfile = "3"
tokio = "0.2.0-alpha.6"
tokio-net = { version = "0.2.0-alpha.6", features = ["process"]}
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "0.8", features = ["v4"] }
url = "2.0.0"
url_serde = "0.2.0"
walkdir = "2"
Expand Down

0 comments on commit dd48353

Please sign in to comment.