Skip to content

Commit

Permalink
Merge pull request #1297 from volta-cli/dependabot/cargo/serde_json-1…
Browse files Browse the repository at this point in the history
….0.85

Bump serde_json from 1.0.83 to 1.0.85
  • Loading branch information
charlespierce authored Sep 16, 2022
2 parents 33859aa + 1d1103b commit 7686f44
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -24,7 +24,7 @@ path = "src/volta-migrate.rs"
atty = "0.2"
volta-core = { path = "crates/volta-core" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.83"
serde_json = "1.0.85"
lazy_static = "1.3.0"
log = { version = "0.4", features = ["std"] }
semver = { git = "https://github.com/mikrostew/semver", branch = "new-parser" }
Expand Down
2 changes: 1 addition & 1 deletion crates/test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
[dependencies]
hamcrest2 = "0.3.0"
archive = { path = "../archive" }
serde_json = { version = "1.0.83" }
serde_json = { version = "1.0.85" }
thiserror = "1.0.35"
2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ term_size = "0.3.2"
indicatif = "0.16.2"
console = ">=0.11.3, <1.0.0"
readext = "0.1.0"
serde_json = { version = "1.0.83", features = ["preserve_order"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
serde = { version = "1.0.143", features = ["derive"] }
archive = { path = "../archive" }
lazycell = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/volta-migrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ volta-layout = { path = "../volta-layout" }
log = { version = "0.4", features = ["std"] }
tempfile = "3.3.0"
semver = { git = "https://github.com/mikrostew/semver", branch = "new-parser" }
serde_json = { version = "1.0.83", features = ["preserve_order"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
serde = { version = "1.0.143", features = ["derive"] }
walkdir = "2.3.2"

0 comments on commit 7686f44

Please sign in to comment.