Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.206
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 89832c4 commit 994f4a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions code/port-scanner/rust/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 code/port-scanner/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reqwest = { version = "0.12", default-features = false, features = [
"json",
"rustls-tls",
] }
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
trust-dns-resolver = "0.23"
futures = "0.3"
tokio-stream = "0.1"

0 comments on commit 994f4a7

Please sign in to comment.