Skip to content

Commit cfe712d

Browse files
committed
feat: update anyhow, remove nix manager grouping
1 parent b57bdae commit cfe712d

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

eventually-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["web-programming", "asynchronous"]
1212
keywords = ["postgres", "postgresql", "database", "ddd", "event-sourcing"]
1313

1414
[dependencies]
15-
anyhow = "1.0.80"
15+
anyhow = "1.0.97"
1616
async-trait = "0.1.77"
1717
chrono = "0.4.34"
1818
eventually = { path = "../eventually", version = "0.5.0", features = [

eventually/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde-json = ["dep:serde_json"]
2424
full = ["serde-prost", "serde-json", "tracing"]
2525

2626
[dependencies]
27-
anyhow = "1.0.80"
27+
anyhow = "1.0.97"
2828
async-trait = "0.1.77"
2929
futures = "0.3.30"
3030
thiserror = "2.0.12"

examples/bank-accounting/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
publish = false
77

88
[dependencies]
9-
anyhow = "1.0.80"
9+
anyhow = "1.0.97"
1010
async-trait = "0.1.77"
1111
eventually = { path = "../../eventually", features = [
1212
"serde-prost",

renovate.json5

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
"matchManagers": [
2121
"github-actions"
2222
]
23-
},
24-
{
25-
"matchManagers": [
26-
"nix"
27-
]
2823
}
2924
]
3025
}

0 commit comments

Comments
 (0)