-kellnr
test-org/integration-module/pipeline/pr-rc This commit looks good Details

pull/20/head
prplV 2025-03-12 17:43:17 +03:00
parent 10efa07aab
commit f069a81b0d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ publish = ["kellnr"]
serde = { version = "1.0.217", features = ["derive"] } serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135" serde_json = "1.0.135"
tokio = { version = "1.43.0", features = ["full"] } tokio = { version = "1.43.0", features = ["full"] }
integr-structs = { version = ">=0.1.0", registry = "kellnr"} integr-structs = { version = ">=0.1.0", path="../integr-structs"}
anyhow = "1.0.95" anyhow = "1.0.95"
chrono = "0.4.39" chrono = "0.4.39"
reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] } reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] }