Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent a793a71 commit 2783b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rand = { version = "0.8.5", optional = true, default-features = false }
rand_core = { version = "0.6.4", features = ["serde1"], optional = true, default-features = false }
rpassword = { version = "7.2.0", optional = true, default-features = false }
serde = { version = "1.0.164", optional = true, default-features = false }
serde_json = { version = "1.0.96", features = ["std"], optional = true, default-features = false }
serde_json = { version = "1.0.116", features = ["std"], optional = true, default-features = false }
serde_yaml = { version = "0.9.21", optional = true, default-features = false }
tantivy = { version = "0.19.2", features = ["mmap"], optional = true, default-features = false }
ticky = { git = "https://github.com/Dirout/ticky.git", features = ["stdtime"], optional = true, default-features = false }
Expand Down

0 comments on commit 2783b41

Please sign in to comment.