Skip to content

Commit

Permalink
Merge pull request #118 from zeozeozeo/dependabot/cargo/anyhow-1.0.86
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.84 to 1.0.86
  • Loading branch information
zeozeozeo committed May 21, 2024
2 parents 47365ba + 069d788 commit f76eb99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -25,7 +25,7 @@ rfd = "0.14.1"
bot = { path = "bot" }
serde_json = "1.0.116"
log = "0.4.21"
anyhow = "1.0.84"
anyhow = "1.0.86"
rayon = "1.10.0"
egui_extras = { version = "0.27.2", features = ["image"] }
rustmatica = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.84"
anyhow = "1.0.86"
bincode = "1.3.3"
byteorder = "1.5.0"
chrono = "0.4.38"
Expand Down

0 comments on commit f76eb99

Please sign in to comment.