Skip to content

Commit

Permalink
Merge pull request #866 from andrewdavidmackenzie/dependabot/cargo/se…
Browse files Browse the repository at this point in the history
…rde_json-1.0.139

Bump serde_json from 1.0.138 to 1.0.139
  • Loading branch information
andrewdavidmackenzie authored Feb 20, 2025
2 parents bec4d0a + 4f1aafe commit de59dc9
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 piggui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ webbrowser = { version = "1.0", default-features = false }
iced_aw = { version = "0.12", default-features = false, features = ["menu"] }

# for config serialization to/from file
serde_json = { version = "1.0.138", default-features = false, features = ["std"] }
serde_json = { version = "1.0.139", default-features = false, features = ["std"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rfd = "0.15.2"
Expand Down
2 changes: 1 addition & 1 deletion piglet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sysinfo = { version = "0.33", default-features = false, features = ["system"] }
service-manager = { version = "0.7.1", default-features = false }
clap = { version = "4.5.30", default-features = false, features = ["std", "help", "error-context"] }
# for config serialization to/from file
serde_json = { version = "1.0.138", default-features = false, features = ["std"] }
serde_json = { version = "1.0.139", default-features = false, features = ["std"] }

# Optional Dependencies
iroh = { version = "0.32", default-features = false, optional = true }
Expand Down

0 comments on commit de59dc9

Please sign in to comment.