Skip to content

Commit

Permalink
Merge pull request #50 from Cantido/dependabot/cargo/thiserror-1.0.60
Browse files Browse the repository at this point in the history
Bump thiserror from 1.0.59 to 1.0.60
  • Loading branch information
Cantido authored May 13, 2024
2 parents 2260a25 + 8b8be7a commit 4b88742
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -55,7 +55,7 @@ recloser = { version = "1.1.1", optional = true }
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.201", features = ["derive"] }
shadow-rs = { version = "0.27.1", optional = true }
thiserror = "1.0.59"
thiserror = "1.0.60"
time = { version = "0.3.36", features = ["serde"] }
tokio = { version = "1.37.0", features = ["full"], optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true }
Expand Down

0 comments on commit 4b88742

Please sign in to comment.