Skip to content

Commit

Permalink
Bump serde_json from 1.0.132 to 1.0.133 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 0b1b7fa commit 05c0620
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 vscodeconfigurator-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repository.workspace = true
[dependencies]
clap = { version = "4.5.20", features = ["derive", "string", "cargo"] }
crossterm = { version = "0.28.1", features = ["events"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
serde_json = { version = "1.0.133", features = ["preserve_order"] }
2 changes: 1 addition & 1 deletion vscodeconfigurator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "src/main.rs"
clap = { version = "4.5.20", features = ["derive", "string", "cargo"] }
clap_complete = "4.5.36"
crossterm = { version = "0.28.1", features = ["events"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
serde_json = { version = "1.0.133", features = ["preserve_order"] }
vscodeconfigurator-lib = { path = "../vscodeconfigurator-lib" }

[build-dependencies]
Expand Down

0 comments on commit 05c0620

Please sign in to comment.