Skip to content

Commit

Permalink
Merge pull request #110 from KodiCraft/dependabot/cargo/backtrace-0.3.74
Browse files Browse the repository at this point in the history
Bump backtrace from 0.3.73 to 0.3.74
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
2 parents aa5bb64 + 869ba55 commit 36a08ad
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 16 deletions.
94 changes: 79 additions & 15 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 @@ -24,7 +24,7 @@ tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] }
notify = "6.1.1"
once_cell = "1.19.0"
env_logger = "0.10.2"
backtrace = { version = "0.3.73", optional = true, features = ["std"] }
backtrace = { version = "0.3.74", optional = true, features = ["std"] }

[features]
default = []
Expand Down

0 comments on commit 36a08ad

Please sign in to comment.