Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Dec 17, 2022
1 parent ec0180e commit 85cded5
Show file tree
Hide file tree
Showing 111 changed files with 159 additions and 81 deletions.
221 changes: 149 additions & 72 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ doctest = false
anyhow = "1.0.66"
byteorder = "1.4.3"
chrono = { version = "0.4.23", default-features = false, features = ["std"] }
clap = { version = "4.0.26", features = ["derive"] }
clap = { version = "4.0.29", features = ["derive"] }
crossbeam-channel = "0.5.6"
dashmap = "5.4.0"
dirs = "4.0.0"
encoding_rs = "0.8.31"
encoding_rs_io = "0.1.7"
fern = "0.6.1"
flate2 = "1.0.24"
flate2 = "1.0.25"
flume = "0.10.14"
fuzzy-matcher = { version = "0.3.7", features = ["compact"] }
human_name = { version = "2.0.1", default-features = false }
Expand All @@ -59,23 +59,23 @@ once_cell = "1.16.0"
regex = "1.7.0"
rowan = "0.15.10"
rustc-hash = "1.1.0"
serde = "1.0.147"
serde_json = "1.0.88"
serde = "1.0.151"
serde_json = "1.0.90"
serde_millis = "0.1.1"
serde_regex = "1.1.0"
serde_repr = "0.1.9"
serde_repr = "0.1.10"
smol_str = { version = "0.1.23", features = ["serde"] }
strum = { version = "0.24.1", features = ["derive"] }
tempfile = "3.3.0"
thiserror = "1.0.37"
thiserror = "1.0.38"
threadpool = "1.8.1"
titlecase = "2.2.1"
unicode-normalization = "0.1.22"
url = { version = "2.3.1", features = ["serde"] }

[dependencies.salsa]
git = "https://github.com/salsa-rs/salsa"
rev = "30b5e9760aadc3570dc2ba176f4d74448c4152ed"
rev = "252d21e358979cd684666ebc32d2bc49d6f1d3f0"
package = "salsa-2022"

[dependencies.derive_more]
Expand All @@ -86,8 +86,8 @@ features = ["from", "display"]
[dev-dependencies]
assert_unordered = "0.3.5"
criterion = { version = "0.4.0" }
env_logger = "0.9.3"
insta = { version = "1.21.0", features = ["glob", "redactions", "json"] }
env_logger = "0.10.0"
insta = { version = "1.23.0", features = ["glob", "redactions", "json"] }
jod-thread = "0.1.2"

[profile.release]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/glossary/acronym_package.txt
---
ROOT@0..35
PREAMBLE@0..35
Expand Down

0 comments on commit 85cded5

Please sign in to comment.