Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.209
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 62092a6 commit 5a8253c
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 105 deletions.
192 changes: 89 additions & 103 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ autobins = true
clap = { version = "4", features = ["derive"] }
data-encoding = "2"
dotenv = "0.15"
fantoccini = "0.21"
fantoccini = "0.19"
git2 = "0.19"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
ring = "0.17.0-alpha.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sysinfo = "0.31"
sysinfo = "0.30"
tokio = { version = "1", features = ["full"] }
url = "2"

0 comments on commit 5a8253c

Please sign in to comment.