sightingdb
sightingdb copied to clipboard
SightingDB is a database for Sightings
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.30 to 0.10.55. Release notes Sourced from openssl's releases. openssl-v0.10.55 What's Changed Fix warnings from BoringSSL on Rust 1.70 by @alex in sfackler/rust-openssl#1948 Honor OPENSSL_NO_OCB if OpenSSL...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.13 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). Commits 5757ac5 Fix potential buffer overflow in insert_many...
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 0.4.7 to 0.4.8. Changelog Sourced from arc-swap's changelog. 0.4.8 Backport of fix to soundness issue in #45 (access::Map from Constant can lead to dangling references). Commits 34b809f...
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 1.1.0 to 1.1.1. Release notes Sourced from ordered-float's releases. v1.1.1 Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe...
Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.35 to 0.12.36. Changelog Sourced from hyper's changelog. v0.12.36 (2021-02-17) Bug Fixes client: allow client GET requests with explicit body headers (23fc8b08, closes #1925) dependencies: use correct...
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.3 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...
Hi, When sightingsdb is started it doesn't seem to create / write the database file. I can write / read sightings and this works well, but no db is created....
It should be ./target/debug/sightingdb not ./target/debug/sighting-daemon because it doesn't exist.
After compiling sightingdb in a Ubuntu 20.04 hosts and trying tor run it, the following errors appears: root@ubutest:/tmp# sightingdb thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Log4rs(Os...