|
|
|
@ -317,7 +317,7 @@ dependencies = [
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rusqlite 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rusqlite 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -329,7 +329,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rusqlite"
|
|
|
|
|
version = "0.21.0"
|
|
|
|
|
version = "0.22.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -522,7 +522,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
|
|
"checksum rusqlite 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "64a656821bb6317a84b257737b7934f79c0dbb7eb694710475908280ebad3e64"
|
|
|
|
|
"checksum rusqlite 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57edf4c4cea4d7e0fab069acb5da9e8e8e5403c78abc81b1f37d83af02148ea5"
|
|
|
|
|
"checksum serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
|
|
|
|
|
"checksum serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
|
|
|
|
|
"checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
|
|
|
|
|