Skip to content

Commit

Permalink
Merge pull request #208 from Ptrskay3/dependabot/cargo/axum1/thiserro…
Browse files Browse the repository at this point in the history
…r-1.0.48

Bump thiserror from 1.0.47 to 1.0.48 in /axum1
  • Loading branch information
Ptrskay3 authored Sep 9, 2023
2 parents 7fabfbf + 1d5e2ed commit efa648f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions axum1/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 axum1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "A backend for recipe app"
[dependencies]
# for idiomatic error handling
anyhow = "1.0.75"
thiserror = "1.0.47"
thiserror = "1.0.48"
# our choice as a web framework, and other related utilities
axum = { version = "0.6.20", features = ["json", "headers", "multipart"] }
tokio = { version = "1.32.0", features = ["full"] }
Expand Down

0 comments on commit efa648f

Please sign in to comment.