diff --git a/cepitodb-master/Cargo.toml b/cepitodb-master/Cargo.toml index e7ba415..667c3e1 100644 --- a/cepitodb-master/Cargo.toml +++ b/cepitodb-master/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] pyo3 = { version = "0.18.3", features = ["auto-initialize"] } -anyhow = { version = "1.0.70", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } mysql = "23.0.1" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" diff --git a/rust-database-master/Cargo.toml b/rust-database-master/Cargo.toml index 4882f31..19aa8c4 100644 --- a/rust-database-master/Cargo.toml +++ b/rust-database-master/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = { version = "1.0.70", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } mysql = "25.0.0" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" \ No newline at end of file