Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Jan 13, 2021
1 parent 0560b08 commit 1be24f5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy_static = "1.4.0"
libc = "0.2.82"
png = "0.16.8"
regex = "1.4.3"
serde = { version = "1.0.118", features = ["derive"] }
serde = { version = "1.0.119", features = ["derive"] }
serde_json = "1.0.61"
titlecase = "1.1.0"
unicode-normalization = "0.1.16"
Expand All @@ -46,7 +46,7 @@ flate2 = "1.0.14"
levenshtein = "1.0.4"
nix = "0.19.1"
indexmap = { version = "1.6.1", features = ["serde-1"] }
anyhow = "1.0.37"
anyhow = "1.0.38"
thiserror = "1.0.23"
walkdir = "2.3.1"
globset = "0.4.6"
Expand Down Expand Up @@ -75,7 +75,7 @@ version = "0.34.3"
optional = true

[dependencies.signal-hook]
version = "0.3.2"
version = "0.3.3"
optional = true

[features]
Expand Down

0 comments on commit 1be24f5

Please sign in to comment.