Skip to content

Commit dbc5262

Browse files
authored
Merge pull request #41 from Mic92/ci
2 parents 69ace88 + 3af9515 commit dbc5262

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
- package-ecosystem: "cargo"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ repository = "https://github.com/Mic92/cntr"
99
license = "MIT"
1010

1111
[dependencies]
12-
cpuprofiler = { version = "0.0.*", optional = true }
13-
argparse = "0.2.*"
14-
log = "0.4.*"
15-
libc = "0.2.*"
16-
parking_lot = "0.11.*"
17-
nix = "0.19.*"
18-
cntr-fuse = { version = "0.4.*", default-features = false }
12+
cpuprofiler = { version = "0.0.4", optional = true }
13+
argparse = "0.2.2"
14+
log = "0.4.14"
15+
libc = "0.2.86"
16+
parking_lot = "0.11.1"
17+
nix = "0.20.0"
18+
cntr-fuse = { version = "0.4.1", default-features = false }
1919

2020

2121
[dependencies.concurrent-hashmap]
22-
version = "0.2.*"
22+
version = "0.2.2"
2323
default-features = false
2424

2525
[[bin]]

0 commit comments

Comments
 (0)