Update dependencies

This commit is contained in:
Lucien Greathouse
2021-07-27 14:06:23 -04:00
parent 5bca244062
commit 4aa5814a0a
5 changed files with 153 additions and 189 deletions

View File

@@ -63,25 +63,25 @@ rbx_xml = "0.12.1"
anyhow = "1.0.27"
backtrace = "0.3"
bincode = "1.2.1"
crossbeam-channel = "0.4.0"
crossbeam-channel = "0.5.1"
csv = "1.1.1"
env_logger = "0.7.1"
env_logger = "0.9.0"
fs-err = "2.2.0"
futures = "0.1.29"
globset = "0.4.4"
humantime = "1.3.0"
humantime = "2.1.0"
hyper = "0.12.35"
jod-thread = "0.1.0"
lazy_static = "1.4.0"
log = "0.4.8"
maplit = "1.0.1"
notify = "4.0.14"
opener = "0.4.1"
opener = "0.5.0"
regex = "1.3.1"
reqwest = "0.9.20"
ritz = "0.1.0"
rlua = "0.17.0"
roblox_install = "0.2.2"
roblox_install = "1.0.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
structopt = "0.3.5"
@@ -91,7 +91,7 @@ tokio = "0.1.22"
uuid = { version = "0.8.1", features = ["v4", "serde"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.6.2"
winreg = "0.9.0"
[build-dependencies]
memofs = { version = "0.1.3", path = "memofs" }
@@ -107,8 +107,8 @@ rojo-insta-ext = { path = "rojo-insta-ext" }
criterion = "0.3"
insta = { version = "1.3.0", features = ["redactions"] }
lazy_static = "1.2"
paste = "0.1"
pretty_assertions = "0.6.1"
paste = "1.0.5"
pretty_assertions = "0.7.2"
serde_yaml = "0.8.9"
tempfile = "3.0"
walkdir = "2.1"