Skip to content

Commit

Permalink
Bump thiserror from 1.0.58 to 1.0.59 (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent b60715b commit 73a7101
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nonzero_lit = "0.1.2"
quinn = { version = "0.10.2" }
rustls = { version = "0.21.11" }
serde = { version = "1.0.198", features = ["derive"] }
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
toml = "0.8.12"
tracing = { version = "0.1.37" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ figlet-rs = "0.1.5"
iggy = { path = "../sdk", features = ["iggy-cli"] }
keyring = "2.3.2"
passterm = "2.0.1"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.37"
tracing-appender = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ iggy = { path = "../sdk" }
rand = "0.8.5"
serde = { version = "1.0.198", features = ["derive", "rc"] }
serde_json = "1.0.116"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde = { version = "1.0.198", features = ["derive", "rc"] }
serde_json = "1.0.116"
serde_with = { version = "3.7.0", features = ["base64"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.12"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sled = "0.34.7"
static-toml = "1.2.0"
strip-ansi-escapes = "0.2.0"
sysinfo = "0.30.11"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.12"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
iggy = { path = "../sdk" }
rand = "0.8.5"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }

0 comments on commit 73a7101

Please sign in to comment.