Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Nov 7, 2024
1 parent 50eb060 commit 2e8476d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 37 deletions.
79 changes: 44 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rsjsonnet-lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ publish.workspace = true
[dependencies]
bumpalo = "3.16.0"
foldhash = "0.1.3"
hashbrown = "0.15.0"
hashbrown = "0.15.1"
md-5 = { version = "0.10.6", default-features = false }
saphyr-parser = "0.0.3"
2 changes: 1 addition & 1 deletion rsjsonnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ rsjsonnet-lang = { workspace = true }

[dev-dependencies]
libtest-mimic = "0.8.1"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
toml = "0.8.19"
unified-diff = "0.2.1"

0 comments on commit 2e8476d

Please sign in to comment.