Skip to content

Commit

Permalink
Merge pull request #18 from UCSD-E4E/dependabot/cargo/thiserror-2.0.6
Browse files Browse the repository at this point in the history
chore(deps): bump thiserror from 2.0.3 to 2.0.6
  • Loading branch information
ccrutchf authored Dec 10, 2024
2 parents 5d77831 + b3ed1d2 commit 736c00d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 @@ -23,7 +23,7 @@ rpassword = "7.3.1"
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.3"
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
tokio-util = { version = "0.7.12", features = ["io"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 736c00d

Please sign in to comment.