Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 2f2e077 commit 7a69d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.5.5"

[dependencies]
cfg-if = "0.1.10"
thiserror = "1.0.37"
thiserror = "1.0.45"

[target.'cfg(any(windows, target_os="macos", target_os="linux", target_os="freebsd", target_os="illumos", target_os="solaris", target_os="netbsd"))'.dependencies]
sys-info = "0.9.1"
Expand Down

0 comments on commit 7a69d82

Please sign in to comment.