Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 19, 2024
1 parent dfadf11 commit 0ad7d26
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 45 deletions.
70 changes: 30 additions & 40 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 @@ -39,21 +39,21 @@ arma3-wiki = "0.3.3"
automod = "1.0.14"
byteorder = "1.5.0"
chumsky = "0.9.3"
clap = "4.5.20"
clap = "4.5.21"
codespan-reporting = { version = "0.11.1", features = ["serialization"] }
dirs = "5.0.1"
git2 = "0.19.0"
indexmap = "2.6.0"
insta = "1.41.1"
linkme = "0.3.29"
linkme = "0.3.31"
lsp-types = "0.97.0"
paste = "1.0.15"
peekmore = "1.3.0"
pest = "2.7.14"
pest_derive = "2.7.14"
regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
sha-1 = "0.10.1"
strsim = "0.11.1"
supports-hyperlinks = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/lzo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "GPL-2.0"
workspace = true

[dependencies]
libc = "0.2.162"
libc = "0.2.164"
thiserror = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libs/stringtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ automod = { workspace = true }
casey = "0.4.0"
linkme = { workspace = true }
paste = { workspace = true }
quick-xml = { version = "0.37.0", features = ["serialize"] }
quick-xml = { version = "0.37.1", features = ["serialize"] }
serde = { workspace = true, features = ["derive"] }
toml = { workspace = true }
tracing = { workspace = true }
Expand Down

0 comments on commit 0ad7d26

Please sign in to comment.