Skip to content

Commit cdbafb0

Browse files
authored
Merge pull request #265 from influxdata/dependabot/cargo/thiserror-2.0
chore(deps): update thiserror requirement from 1.0 to 2.0
2 parents ef4ce32 + e2fd167 commit cdbafb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parking_lot = "0.12"
3131
rand = "0.8"
3232
rustls = { version = "0.23", optional = true, default-features = false, features = ["logging", "ring", "std", "tls12"] }
3333
snap = { version = "1", optional = true }
34-
thiserror = "1.0"
34+
thiserror = "2.0"
3535
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
3636
tokio-rustls = { version = "0.26", optional = true, default-features = false, features = ["logging", "ring", "tls12"] }
3737
tracing = "0.1"

0 commit comments

Comments
 (0)