11[package ]
22name = " qcs-api-client-common"
3- version = " 0.11.5 "
3+ version = " 0.11.6 "
44edition = " 2021"
55license = " Apache-2.0"
66readme = " README.md"
@@ -27,9 +27,9 @@ tracing-config = ["tracing"]
2727python = [" dep:pyo3" , " dep:pyo3-asyncio" , " dep:paste" , " dep:rigetti-pyo3" , " tokio/macros" , " pyo3-build-config" ]
2828
2929[dependencies ]
30+ async-tempfile = { version = " 0.6.0" , features = [" uuid" ] }
3031async-trait = " 0.1"
3132backoff = { workspace = true }
32- base64 = " 0.22.1"
3333derive_builder = " 0.20.0"
3434figment = { version = " 0.10.18" , features = [" env" , " toml" ] }
3535futures = " 0.3.26"
@@ -44,15 +44,15 @@ rigetti-pyo3 = { version = "0.3.6", optional = true }
4444serde = { workspace = true , features = [" derive" ] }
4545shellexpand = " 3.1.0"
4646thiserror = { workspace = true }
47- time = { version = " 0.3.34" , features = [" parsing" ] }
48- tokio = { workspace = true , features = [" sync" ] }
49- toml = " 0.8.14"
47+ time = { version = " 0.3.34" , features = [" macros" , " parsing" , " serde" ] }
48+ tokio = { workspace = true , features = [" rt-multi-thread" , " sync" , " fs" ] }
49+ toml = { version = " 0.8.19" , features = [" preserve_order" ] }
50+ toml_edit = " 0.22.22"
5051tracing = { workspace = true , optional = true }
5152url = { workspace = true , optional = true }
5253urlpattern = { workspace = true , optional = true }
5354
5455[dev-dependencies ]
55- chrono = " 0.4.38"
5656figment = { version = " 0.10.18" , features = [" env" , " toml" , " test" ] }
5757httpmock = " 0.8.0-alpha.1"
5858rstest = { workspace = true }
0 commit comments