Skip to content

Commit a735da6

Browse files
committed
upgrade
1 parent e67e132 commit a735da6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ all-features = true
1717
rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[dependencies]
20-
progenitor-client = "0.11.0"
20+
progenitor-client = "0.11.2"
2121
reqwest = { version = "0.12", features = ["json", "stream"] }
2222
serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
regress = "0.10"
2525
futures = "0.3"
2626
chrono = { version = "0.4", features = ["serde"] }
27-
uuid = { version = "1.17", features = ["serde", "v4"] }
27+
uuid = { version = "1.18", features = ["serde", "v4"] }
2828
thiserror = "1.0"
2929

3030
[build-dependencies]
31-
progenitor = "0.11.0"
32-
progenitor-impl = "0.11.0"
31+
progenitor = "0.11.2"
32+
progenitor-impl = "0.11.2"
3333
serde_json = "1.0"
3434
serde_yaml = "0.9"
3535
openapiv3 = "2.2"
@@ -39,4 +39,4 @@ reqwest = { version = "0.12", features = ["blocking", "json"] }
3939
zip = "2.4"
4040

4141
[dev-dependencies]
42-
tokio = { version = "1.46", features = ["full"] }
42+
tokio = { version = "1.48", features = ["full"] }

0 commit comments

Comments
 (0)