Skip to content

Commit

Permalink
fix(deps): update rust crate ordered-float to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent aaaabda commit e6a2245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/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 server/infra/db_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diesel = { version = "2.1.0", features = ["chrono"] }
domain = { path = "../../domain" }
diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] }
futures-util = "0.3.28"
ordered-float = "3.9.0"
ordered-float = "3.9.1"
tracing = "0.1.37"
serde = "1.0.179"
envy = "0.4.2"
Expand Down

0 comments on commit e6a2245

Please sign in to comment.