Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Feb 17, 2022
1 parent f32c529 commit f6105bc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 41 deletions.
59 changes: 26 additions & 33 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ luau = ["full_moon/roblox"]
lua52 = ["full_moon/lua52"]

[dependencies]
anyhow = "1.0.41"
console = "0.14.1"
crossbeam-channel = "0.5.1"
anyhow = "1.0.53"
console = "0.15.0"
crossbeam-channel = "0.5.2"
full_moon = "0.15.1"
globset = "0.4.8"
ignore = "0.4.18"
lazy_static = "1.4.0"
num_cpus = "1.13.0"
num_cpus = "1.13.1"
regex = "1.5.4"
serde = "1.0.126"
similar = { version = "1.3.0", features = ["text", "inline"] }
structopt = "0.3.21"
serde = "1.0.136"
similar = { version = "2.1.0", features = ["text", "inline"] }
structopt = "0.3.26"
threadpool = "1.8.1"
toml = "0.5.8"

[dev-dependencies]
criterion = "0.3.4"
insta = { version = "1.7.1", features = ["glob"] }
insta = { version = "1.12.0", features = ["glob"] }

[[bench]]
name = "date"
Expand Down

0 comments on commit f6105bc

Please sign in to comment.