Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent a793a71 commit 22dcbb6
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 @@ -72,7 +72,7 @@ path-clean = { version = "0.1.0", optional = true, default-features = false }
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 = { version = "1.0.200", optional = true, default-features = false }
serde_json = { version = "1.0.96", 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 }
Expand Down

0 comments on commit 22dcbb6

Please sign in to comment.