Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update crates #62

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 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 @@ -75,12 +75,12 @@ name = "resolver"
[dependencies]
tracing = { version = "0.1" }
dashmap = { version = "5.5.3" }
serde = { version = "1.0.195", features = ["derive"] } # derive for Deserialize from package.json
serde_json = { version = "1.0.111", features = [
serde = { version = "1.0.196", features = ["derive"] } # derive for Deserialize from package.json
serde_json = { version = "1.0.112", 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"] }
indexmap = { version = "2.1.0", features = ["serde"] } # serde for Deserialize from package.json
indexmap = { version = "2.2.1", features = ["serde"] } # serde for Deserialize from package.json
dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
once_cell = "1.19.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
thiserror = { version = "1.0.56" }
Expand Down
Loading