Ver a proveniência

Make Dependabot only bump Rust deps in the lock file (#14434)

This is to help downstream packagers.
tags/v1.72.0rc1
Erik Johnston há 1 ano
committed by GitHub
ascendente
cometimento
6816300588
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
3 ficheiros alterados com 8 adições e 6 eliminações
  1. +1
    -0
      .github/dependabot.yml
  2. +1
    -0
      changelog.d/14434.misc
  3. +6
    -6
      rust/Cargo.toml

+ 1
- 0
.github/dependabot.yml Ver ficheiro

@@ -18,5 +18,6 @@ updates:

- package-ecosystem: "cargo"
directory: "/"
versioning-strategy: "lockfile-only"
schedule:
interval: "weekly"

+ 1
- 0
changelog.d/14434.misc Ver ficheiro

@@ -0,0 +1 @@
Make Dependabot only bump Rust deps in the lock file.

+ 6
- 6
rust/Cargo.toml Ver ficheiro

@@ -20,16 +20,16 @@ crate-type = ["lib", "cdylib"]
name = "synapse.synapse_rust"

[dependencies]
anyhow = "1.0.66"
anyhow = "1.0.63"
lazy_static = "1.4.0"
log = "0.4.17"
pyo3 = { version = "0.17.3", features = ["extension-module", "macros", "anyhow", "abi3", "abi3-py37"] }
pyo3 = { version = "0.17.1", features = ["extension-module", "macros", "anyhow", "abi3", "abi3-py37"] }
pyo3-log = "0.7.0"
pythonize = "0.17.0"
regex = "1.7.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
regex = "1.6.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"

[build-dependencies]
blake2 = "0.10.5"
blake2 = "0.10.4"
hex = "0.4.3"

Carregando…
Cancelar
Guardar