Skip to content

Commit afbed44

Browse files
committed
update thiserror
1 parent 595f93c commit afbed44

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ tracing = { version = "0.1", features = ["log", "async-await"] }
4242
color-eyre = "0.6"
4343
schemars = "0.8"
4444
futures = "0.3"
45-
thiserror = "1.0"
46-
# pretty_env_logger = "0.5.0"
45+
thiserror = "2"
4746
tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
4847
tracing-logfmt = "0.3.4"
4948
uuid = "1.15"
@@ -56,7 +55,7 @@ names = "0.14.0"
5655
linode-rs = { version = "0.1.3", default-features = false, features = [
5756
"default-rustls",
5857
] }
59-
base64 = "0.22.0"
58+
base64 = "0.22.1"
6059
trait_enum = "0.5.0"
6160
aws-config = { version = "1.1.1", default-features = false, features = [
6261
"rt-tokio",

0 commit comments

Comments
 (0)