Skip to content

Commit

Permalink
chore(deps): lock file maintenance rust crates (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 31, 2024
1 parent 8a51670 commit 42fc05f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ name = "resolver"
tracing = { version = "0.1" }
dashmap = { version = "5.5.3" }
serde = { version = "1.0.197", features = ["derive"] } # derive for Deserialize from package.json
serde_json = { version = "1.0.114", features = [
serde_json = { version = "1.0.115", features = [
"preserve_order",
] } # preserve_order: package_json.exports requires order such as `["require", "import", "default"]`
rustc-hash = { version = "1.1.0", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 42fc05f

Please sign in to comment.