Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Sep 26, 2023
1 parent d207068 commit be031c6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 36 deletions.
50 changes: 24 additions & 26 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 @@ -86,7 +86,7 @@ cc = "1.0.83"
cfg-if = "1.0.0"
chardetng = {version = "0.1.17", features = ["multithreading"]}
encoding_rs = { version = "0.8.33", default-features = false , features=["alloc"]}
clap = "4.4.4"
clap = "4.4.5"
codespan-reporting = "0.11.1"
contracts = "0.6.3"
crc = "3.0.1"
Expand All @@ -100,18 +100,18 @@ evalexpr = "11.1.0"
exitcode = "1.1.2"
getset = "0.1.2"
gif = "0.12.0"
gif-dispose = "4.0.0"
gif-dispose = "4.0.1"
globset = "0.4.13"
hashbag = "0.1.11"
hotwatch = { version = "0.5.0"}
image = "0.24.7"
indicatif = "0.17.6"
indicatif = "0.17.7"
itertools= "0.11.0"
lazy_static = "1.4.0"
libc = "0.2.148"
log = "0.4.20"
matches = "0.1.10"
minus = {version="5.4.0", features=["static_output"]}
minus = {version="5.4.1", features=["static_output"]}
nom = "7.1.3"
nom_locate = "4.2.0"
notify = "6.1.1"
Expand All @@ -124,19 +124,19 @@ paste = "1.0.14"
path-absolutize = "3.1.1"
proc-macro2 = "1.0.67"
quote = "1.0.33"
rayon = "1.7.0"
rayon = "1.8.0"
regex = "1.9.5"
remain = "0.2.11"
reqwest = "0.11.20"
resolve-path = "0.1.0"
rust-embed = { version = "6.8.1", features = ["compression"] }
rustyline = { version = "12.0.0"}
rustyline-derive = { version = "0.9.0" }
semver = "1.0.18"
semver = "1.0.19"
serde = { version = "1.0.188", features = ["derive"] }
similar-asserts = "1.5.0"
simplelog = { version = "0.12.1" }
smallvec = "1.11.0"
smallvec = "1.11.1"
smartstring = "1.0.1"
smol_str = "0.2.0"
strsim = "0.10.0"
Expand All @@ -146,7 +146,7 @@ syn = "2.0.37"
tempfile = "3.8.0"
term_grid = { version = "0.2.0"}
termize = { version = "0.1.1"}
time = "0.3.28"
time = "0.3.29"
velcro = "0.5.4"
claui = {git="https://github.com/rgiot/claui.git"}
eframe = "0.22"
Expand Down
2 changes: 1 addition & 1 deletion cpclib-basm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cpclib-common = {workspace = true, features=["cmdline"]}
cpclib-xfer = {workspace=true, default-features=false, optional=true}
cpclib-disc.workspace = true

time = "0.3.28"
time = "0.3.29"

[dev-dependencies]
test-generator = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion cpclib-bdasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cpclib-asm.workspace = true
cpclib-disc.workspace = true
clap.workspace = true
lazy_static.workspace = true
time = "0.3.28"
time = "0.3.29"

[build-dependencies]
built = { version = "0.6.1", features = ["chrono"] }
Expand Down

0 comments on commit be031c6

Please sign in to comment.