Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 2f2ab9b commit 02b51d4
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 34 deletions.
71 changes: 41 additions & 30 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 crates/bnk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
nom = "7.1.1"
profiling = { version = "1.0.6", optional = true }
thiserror = "1.0.32"
thiserror = "1.0.49"

[features]
profile-with-puffin = ["profiling/profile-with-puffin"]
Expand Down
2 changes: 1 addition & 1 deletion crates/psarc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
nom = "7.1.1"
semver = "1.0.13"
thiserror = "1.0.32"
thiserror = "1.0.49"
aes = "0.8.1"
cfb-mode = "0.8.1"
hex-literal = "0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/rockysmithereens_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bnk = { path = "../bnk" }
quick-xml = { version = "0.23.0", features = ["serialize"] }
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
thiserror = "1.0.32"
thiserror = "1.0.49"
profiling = "1.0.6"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/rodio_wem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lewton = { git = "https://github.com/tversteeg/lewton.git", branch = "clone" }
nom = "7.1.1"
profiling = { version = "1.0.6", optional = true }
rodio = { version = "0.15.0", default-features = false, features = ["vorbis"] }
thiserror = "1.0.32"
thiserror = "1.0.49"

[features]
profile-with-puffin = ["profiling/profile-with-puffin"]
Expand Down

0 comments on commit 02b51d4

Please sign in to comment.