Skip to content

Commit

Permalink
chore(deps): update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 86e5ec2 commit 8d21188
Showing 1 changed file with 3 additions and 3 deletions.
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.0", 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

0 comments on commit 8d21188

Please sign in to comment.