Skip to content

Commit

Permalink
build(deps): update thiserror requirement in /flipt-engine-ffi (#518)
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 593553c commit 39c4459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipt-engine-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio-util = { version = "0.7", features = ["io", "codec"] }
futures-util = "0.3.30"
native-tls = { version = "0.2", features = ["vendored"] }
futures = "0.3"
thiserror = "1.0.63"
thiserror = "2.0.3"
reqwest-retry = "0.6.1"
reqwest-middleware = "0.3.3"

Expand Down

0 comments on commit 39c4459

Please sign in to comment.