Skip to content

Commit

Permalink
chore: update serde_json to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Nov 3, 2024
1 parent 716d6b6 commit 1e418af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serde_json_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inventory = { version = "0.3.15" }
nom = "7.1.3"
regex = { version="1.11.1", optional = true }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.1"
serde_json = "1.0.132"
thiserror = "1.0.67"
tracing = { version = "0.1.40", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion serde_json_path_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ functions = []
[dependencies]
inventory = { version = "0.3.15" }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.1"
serde_json = "1.0.132"
thiserror = "1.0.67"
tracing = { version = "0.1.40", optional = true }

Expand Down

0 comments on commit 1e418af

Please sign in to comment.