Skip to content

Commit

Permalink
Bump-up some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hextriclosan committed Dec 7, 2024
1 parent 004d0d1 commit 6e3b706
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
members = ["jclass", "jdescriptor", "vm"]

[dependencies]
clap = "4.5.16"
clap = "4.5.23"
vm = {path = "vm"}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion jclass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ workspace = ".."
[dependencies]
num-traits = "0.2.19"
cesu8 = "1.1.0"
bitflags = "2.5.0"
bitflags = "2.6.0"
2 changes: 1 addition & 1 deletion jdescriptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
8 changes: 4 additions & 4 deletions vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2021"
[dependencies]
jclass = {path = "../jclass"}
jdescriptor = {path = "../jdescriptor"}
indexmap = { version = "2.6.0" , features = ["serde"]}
indexmap = { version = "2.7.0" , features = ["serde"]}
once_cell = "1.20.2"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
serde_json = "1.0.133"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
num-traits = "0.2.19"
murmur3 = "0.5.2"
winapi = { version = "0.3.9", features = ["winbase", "processenv", "minwindef"] }

0 comments on commit 6e3b706

Please sign in to comment.