Skip to content

Commit 2e9a93d

Browse files
Update Rust crate anyhow to 1.0.82
1 parent 4143842 commit 2e9a93d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

mangadex-api-input-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/tonymushah/mangadex-api"
1212
serde = "1.0"
1313
specta = { version = "1.0", optional = true }
1414
tokio = { version = "1", features = ["full"] }
15-
anyhow = "1"
15+
anyhow = "1.0.82"
1616
async-graphql = { version = "7", optional = true, features = ["uuid", "url"] }
1717

1818
[dependencies.uuid]

mangadex-api-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ mangadex-api = { path = "../mangadex-api" }
1010
mangadex-api-types-rust = { path = "../mangadex-api-types" }
1111
mangadex-api-schema-rust = { path = "../mangadex-api-schema" }
1212
tokio = { version = "1.37", features = ["full"] }
13-
anyhow = { version = "1" }
13+
anyhow = { version = "1.0.82" }
1414
reqwest = "0.12"
1515
uuid = "1"

mangadex-api-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tokio = { version = "1", features = ["rt", "macros"]}
2525
serde_json = "1"
2626

2727
[dependencies.anyhow]
28-
version = "1.0"
28+
version = "1.0.82"
2929

3030
[dependencies.derive_builder]
3131
version = "0.20"

mangadex-api/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ version = "1.6"
9393
optional = true
9494

9595
[dependencies.anyhow]
96-
version = "1.0"
96+
version = "1.0.82"
9797
optional = true
9898

9999
[dev-dependencies.anyhow]
100-
version = "1.0"
100+
version = "1.0.82"
101101

102102
[dev-dependencies.serde_urlencoded]
103103
version = "0.7"

0 commit comments

Comments
 (0)