Skip to content

Commit

Permalink
Merge pull request #13 from fraktalio/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.194
  • Loading branch information
idugalic authored Jan 2, 2024
2 parents 48d9f46 + a624a5f commit 8aa4228
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fmodel-rust = "0.7.0"
actix-cors = "0.6.5"
actix-web = "4.4.1"
actix-rt = "2.9.0"
serde = {version = "1.0.193", features = ["derive"]}
serde = {version = "1.0.194", features = ["derive"]}
serde_json = "1.0.108"
tokio = {version = "1.35.1", features = ["full"]}
chrono = {version = "0.4.31", features = ["serde"]}
Expand Down

0 comments on commit 8aa4228

Please sign in to comment.