Skip to content

Commit

Permalink
Fixing snafu version update (XAMPPRocky#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
manchicken authored and dmgorsky committed Mar 6, 2024
1 parent fb43fa6 commit 054859e
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 @@ -47,7 +47,7 @@ serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde_path_to_error = "0.1.4"
serde_urlencoded = "0.7.1"
snafu = { version = "0.7", features = ["backtraces"] }
snafu = "0.8"
tokio = { version = "1.17.0", default-features = false, optional = true }
tower = { version = "0.4.13", default-features = false, features = ["util", "buffer"] }
tower-http = { version = "0.5.1", features = ["map-response-body", "trace"] }
Expand Down

0 comments on commit 054859e

Please sign in to comment.