Skip to content

Commit

Permalink
Bump deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hextriclosan committed Nov 16, 2024
1 parent 836afda commit bb60476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
jclass = {path = "../jclass"}
jdescriptor = {path = "../jdescriptor"}
indexmap = { version = "2.5.0" , features = ["serde"]}
once_cell = "1.20.1"
serde = { version = "1.0.144", features = ["derive"] }
indexmap = { version = "2.6.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"]}

0 comments on commit bb60476

Please sign in to comment.