Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.57 to 1.0.59
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.59.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.57...1.0.59)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 99b09cb commit 0a4422b
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 @@ -25,7 +25,7 @@ metrics = { version = "0.22.1", features = [] }
metrics-exporter-prometheus = { version = "0.13.1", features = ["http-listener", "tokio"] }
rand = { version = "0.9.0-alpha.0", features = [] }
reqwest = { version = "0.11.25", features = [] }
thiserror = { version = "1.0.57", features = [] }
thiserror = { version = "1.0.59", features = [] }
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros", "time"] }
tracing = { version = "0.1.40", features = ["log", "std", ] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "std", "serde", "json", "serde_json", "time", "thread_local", ] }
Expand Down

0 comments on commit 0a4422b

Please sign in to comment.