Skip to content

Commit

Permalink
Merge pull request #154 from nyx-space/dependabot/cargo/snafu-0.8.0
Browse files Browse the repository at this point in the history
Update snafu requirement from 0.7.5 to 0.8.0
  • Loading branch information
ChristopherRabotin authored Jan 1, 2024
2 parents 030d470 + e855501 commit e2daa83
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 @@ -38,7 +38,7 @@ nalgebra = "0.32"
approx = "=0.5.1"
zerocopy = { version = "0.7.26", features = ["derive"] }
bytes = "=1.5.0"
snafu = { version = "0.7.5", features = ["backtrace"] }
snafu = { version = "0.8.0", features = ["backtrace"] }
lexical-core = "0.8.5"
heapless = "0.8.0"
rstest = "0.18.2"
Expand Down

0 comments on commit e2daa83

Please sign in to comment.