Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
academy-renovate[bot] authored Dec 21, 2024
1 parent 57c17e2 commit ac97ba9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -1218,7 +1218,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -1265,7 +1265,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
{
Expand Down Expand Up @@ -1385,7 +1385,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -1500,7 +1500,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -1614,7 +1614,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -1755,7 +1755,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -1916,7 +1916,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -2295,7 +2295,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -2453,7 +2453,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
{
Expand Down Expand Up @@ -2509,7 +2509,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
];
Expand Down Expand Up @@ -2648,7 +2648,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
usesDefaultFeatures = false;
}
{
Expand Down Expand Up @@ -8970,7 +8970,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
optional = true;
}
{
Expand Down Expand Up @@ -9537,7 +9537,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
}
{
name = "tokio";
Expand Down Expand Up @@ -9636,7 +9636,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 2.0.8";
packageId = "thiserror 2.0.9";
}
{
name = "tinyvec";
Expand Down Expand Up @@ -12584,18 +12584,18 @@ rec {
];

};
"thiserror 2.0.8" = rec {
"thiserror 2.0.9" = rec {
crateName = "thiserror";
version = "2.0.8";
version = "2.0.9";
edition = "2021";
sha256 = "06hlnvfcvgbw0q9r9pfyx5mr69idnncyxd9sz4mp0w807qzkix88";
sha256 = "1k5j0ri0kjrnlblv5ikaglbkg1sxxwh0qrxbidxgc38rs0zn8wph";
authors = [
"David Tolnay <dtolnay@gmail.com>"
];
dependencies = [
{
name = "thiserror-impl";
packageId = "thiserror-impl 2.0.8";
packageId = "thiserror-impl 2.0.9";
}
];
features = {
Expand Down Expand Up @@ -12629,11 +12629,11 @@ rec {
];

};
"thiserror-impl 2.0.8" = rec {
"thiserror-impl 2.0.9" = rec {
crateName = "thiserror-impl";
version = "2.0.8";
version = "2.0.9";
edition = "2021";
sha256 = "0hy9l1pxwsiabp4ql18anhrx0xp63dlrk813cvpwmcwhxky5gwzj";
sha256 = "1m77z5vb4w7xn7y12zxnbwncva4bwbi45y45xvkf5aki20kzll3v";
procMacro = true;
libName = "thiserror_impl";
authors = [
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ serde = { version = "1.0.216", default-features = false, features = ["derive", "
serde_json = { version = "1.0.133", default-features = false, features = ["std"] }
sha2 = { version = "0.10.8", default-features = false }
syn = { version = "2.0.90", default-features = false, features = ["parsing", "proc-macro", "derive", "printing"] }
thiserror = { version = "2.0.8", default-features = false }
thiserror = { version = "2.0.9", default-features = false }
tokio = { version = "1.42.0", default-features = false, features = ["rt-multi-thread", "macros", "sync"] }
tracing = { version = "0.1.41", default-features = false, features = ["attributes"] }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["ansi", "fmt", "env-filter"] }
Expand Down

0 comments on commit ac97ba9

Please sign in to comment.