diff --git a/Cargo.lock b/Cargo.lock index aa51486..c77fc89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,9 +38,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index dc9dcfa..28414e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/cedricziel/baserow-rs" [dependencies] tracing = { version = "0.1", features = ["attributes"] } tracing-futures = "0.2" -async-trait = "0.1.85" +async-trait = "0.1.87" reqwest = { version = "0.12.12", features = ["json", "multipart", "stream"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138"