Skip to content

Commit

Permalink
Merge pull request #77 from tschuett/dependabot/cargo/num-traits-0.2.17
Browse files Browse the repository at this point in the history
Bump num-traits from 0.2.16 to 0.2.17
  • Loading branch information
tschuett authored Oct 9, 2023
2 parents 88b581a + 1037170 commit 2e3398c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
tokio = { version = "1.32.0", features = ["macros", "rt"] }
tokio-stream = "0.1.12"
anyhow = "1.0.75"
num-traits = "0.2.16"
num-traits = "0.2.17"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
tracing-subscriber = "0.3.17"
Expand Down

0 comments on commit 2e3398c

Please sign in to comment.