Compare commits
1 Commits
renovate/a
...
bbf1cfb252
| Author | SHA1 | Date | |
|---|---|---|---|
| bbf1cfb252 |
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -2844,9 +2844,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing"
|
name = "tracing"
|
||||||
version = "0.1.44"
|
version = "0.1.43"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
@@ -2867,9 +2867,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-core"
|
name = "tracing-core"
|
||||||
version = "0.1.36"
|
version = "0.1.35"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"valuable",
|
"valuable",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ notmad = "0.10.0"
|
|||||||
tokio-util = "0.7.12"
|
tokio-util = "0.7.12"
|
||||||
async-trait = "0.1.83"
|
async-trait = "0.1.83"
|
||||||
nodrift = "0.3.0"
|
nodrift = "0.3.0"
|
||||||
rusqlite = { version = "0.38.0", features = ["bundled"] }
|
rusqlite = { version = "0.37.0", features = ["bundled"] }
|
||||||
prost-types = "0.13.3"
|
prost-types = "0.13.3"
|
||||||
prost = "0.13.3"
|
prost = "0.13.3"
|
||||||
bytes = "1.8.0"
|
bytes = "1.8.0"
|
||||||
@@ -27,7 +27,7 @@ tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
|||||||
toml = "0.9.0"
|
toml = "0.9.0"
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
reqwest = { version = "0.13.0", default-features = false, features = [
|
reqwest = { version = "0.12.9", default-features = false, features = [
|
||||||
"json",
|
"json",
|
||||||
"http2",
|
"http2",
|
||||||
"charset",
|
"charset",
|
||||||
@@ -35,6 +35,6 @@ reqwest = { version = "0.13.0", default-features = false, features = [
|
|||||||
"stream",
|
"stream",
|
||||||
] }
|
] }
|
||||||
serde_json = "1.0.133"
|
serde_json = "1.0.133"
|
||||||
wasmtime = "40.0.0"
|
wasmtime = "39.0.0"
|
||||||
wasmtime-wasi = "40.0.0"
|
wasmtime-wasi = "39.0.0"
|
||||||
petname = "2.0.2"
|
petname = "2.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user