Skip to content

Commit 5b4a555

Browse files
author
vsilent
committed
merge with trydirect/stackdog
2 parents dfdd5a8 + 360a9c9 commit 5b4a555

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ actix = "0.13"
4141
async-trait = "0.1"
4242

4343
# Database
44-
rusqlite = { version = "0.32", features = ["bundled"] }
44+
rusqlite = { version = "0.39", features = ["bundled"] }
4545
r2d2 = "0.8"
4646

4747
# Docker
@@ -68,7 +68,7 @@ netlink-packet-route = "0.17"
6868
netlink-sys = "0.8"
6969

7070
# ML (optional)
71-
candle-core = { version = "0.3", optional = true }
71+
candle-core = { version = "0.10", optional = true }
7272
candle-nn = { version = "0.3", optional = true }
7373

7474
[features]

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Stackdog Security — install script
33
#
44
# Usage:
5-
# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash
6-
# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2
5+
# curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash
6+
# curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2
77
#
88
# Installs the stackdog binary to /usr/local/bin.
99
# Requires: curl, tar, sha256sum (or shasum), Linux x86_64 or aarch64.
1010

1111
set -eu
1212

13-
REPO="trydirect/stackdog"
13+
REPO="vsilent/stackdog"
1414
INSTALL_DIR="/usr/local/bin"
1515
BINARY_NAME="stackdog"
1616

0 commit comments

Comments
 (0)