diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-24 10:20:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 10:20:13 +0100 |
commit | 5f0648841810b19499a6e03e05fe1ca404aa608e (patch) | |
tree | a855d8767fe7c783cf16bb2c1e93948020e1d5f5 /rust | |
parent | Bump serde from 1.0.145 to 1.0.147 (#14277) (diff) | |
download | synapse-5f0648841810b19499a6e03e05fe1ca404aa608e.tar.xz |
Bump anyhow from 1.0.65 to 1.0.66 (#14278)
Diffstat (limited to 'rust')
-rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2cac123102..3c1fb7a8e7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -20,7 +20,7 @@ crate-type = ["lib", "cdylib"] name = "synapse.synapse_rust" [dependencies] -anyhow = "1.0.63" +anyhow = "1.0.66" lazy_static = "1.4.0" log = "0.4.17" pyo3 = { version = "0.17.1", features = ["extension-module", "macros", "anyhow", "abi3", "abi3-py37"] } |