Skip to content

Commit b7e95b9

Browse files
fix(deps): update rust crate thiserror to v2
1 parent edfaed5 commit b7e95b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/flagsmith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
2323
async-trait = "0.1"
2424

2525
# Error handling
26-
thiserror = "1.0"
26+
thiserror = "2.0"
2727

2828
# Serialization
2929
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)