Skip to content

Commit

Permalink
Merge pull request #86 from KodiCraft/dependabot/cargo/backtrace-0.3.71
Browse files Browse the repository at this point in the history
Bump backtrace from 0.3.69 to 0.3.71
  • Loading branch information
github-actions[bot] authored Mar 25, 2024
2 parents 816229c + 0012b2c commit a3ca022
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 @@ -24,7 +24,7 @@ tokio = { version = "1.36.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.69", optional = true, features = ["std"] }
backtrace = { version = "0.3.71", optional = true, features = ["std"] }

[features]
default = []
Expand Down

0 comments on commit a3ca022

Please sign in to comment.