build(deps): update thiserror requirement from 1.0 to 2.0
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...1.0.68) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
25f06b4c7f
commit
0db44b965c
|
|
@ -42,7 +42,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
simple_logger = { version = "5.0", default-features = false }
|
||||
tempfile = "3.6"
|
||||
thiserror = "1.0"
|
||||
thiserror = "2.0"
|
||||
time = { version = "0.3.29", features = ["serde", "std", "formatting"] }
|
||||
tokio = "1.26"
|
||||
tonic = "0.12"
|
||||
|
|
|
|||
Loading…
Reference in New Issue