Skip to content

Commit

Permalink
Merge pull request #168 from Bootstrap-Academy/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate serde_json to 1.0.136
  • Loading branch information
academy-renovate[bot] authored Jan 19, 2025
2 parents 21cd743 + ccd1d53 commit d6662c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13670,9 +13670,9 @@ rec {
};
"serde_json" = rec {
crateName = "serde_json";
version = "1.0.135";
version = "1.0.136";
edition = "2021";
sha256 = "1n9hcsbxpr2lg5kvlksbcy6bkvqv9rn3hy59600i21kli2i7n39b";
sha256 = "1lipcjhh1zazh283i4wsl4l14knh81q2rlkwmag8v8s2rwihqsik";
authors = [
"Erick Tryzelaar <erick.tryzelaar@gmail.com>"
"David Tolnay <dtolnay@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ rust_decimal = { version = "1.36.0", default-features = false, features = ["std"
rust_decimal_macros = { version = "1.36.0", default-features = false }
schemars = { version = "0.8.21", default-features = false, features = ["derive", "preserve_order", "uuid1", "url"] }
serde = { version = "1.0.217", default-features = false, features = ["derive", "std"] }
serde_json = { version = "1.0.135", default-features = false, features = ["std"] }
serde_json = { version = "1.0.136", default-features = false, features = ["std"] }
sha2 = { version = "0.10.8", default-features = false }
syn = { version = "2.0.96", default-features = false, features = ["parsing", "proc-macro", "derive", "printing", "full"] }
thiserror = { version = "2.0.11", default-features = false }
Expand Down

0 comments on commit d6662c2

Please sign in to comment.