Skip to content

Commit 99296a6

Browse files
Update thiserror requirement from 1.0.58 to 2.0.3 (#142)
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.58...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de930ca commit 99296a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libazureinit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "A common library for provisioning Linux VMs on Azure."
1111
[dependencies]
1212
reqwest = { version = "0.12.0", default-features = false, features = ["blocking", "json"] }
1313
serde = {version = "1.0.163", features = ["derive"]}
14-
thiserror = "1.0.58"
14+
thiserror = "2.0.3"
1515
tokio = { version = "1", features = ["full"] }
1616
serde-xml-rs = "0.6.0"
1717
serde_json = "1.0.96"

0 commit comments

Comments
 (0)