Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jubos committed Mar 26, 2023
1 parent 66838c1 commit 83f0726
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 36 deletions.
75 changes: 43 additions & 32 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
glob = "0.3.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
structopt = "0.3.26"
thiserror = "1.0.38"
toml = "0.7.2"
thiserror = "1.0.40"
toml = "0.7.3"

0 comments on commit 83f0726

Please sign in to comment.