Skip to content

Commit

Permalink
Merge pull request #261 from friedemannsommer/dependabot/cargo/serde-…
Browse files Browse the repository at this point in the history
…1.0.210
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
2 parents f9e9665 + 407fbf6 commit c08b376
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -26,7 +26,7 @@ log = "=0.4.22"
markup = { git = "https://github.com/utkarshkukreti/markup.rs", rev = "c1dc693e0d3e312d52160c312961bf47f1cffbf7" }
migration = { path = "migration" }
once_cell = "=1.19.0"
serde = "=1.0.209"
serde = "=1.0.210"
thiserror = "=1.0.63"
time = "=0.3.36"
url = "=2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "entity"
path = "src/lib.rs"

[dependencies.serde]
version = "=1.0.209"
version = "=1.0.210"
default-features = false
features = ["derive"]

Expand Down

0 comments on commit c08b376

Please sign in to comment.