Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cwe_checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
cwe_checker
Commits
e23a4fcd
Unverified
Commit
e23a4fcd
authored
Jun 07, 2022
by
Enkelmann
Committed by
GitHub
Jun 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dependencies (#332)
parent
a621a233
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
32 deletions
+34
-32
Cargo.lock
Cargo.lock
+27
-25
Cargo.toml
src/caller/Cargo.toml
+2
-2
Cargo.toml
src/cwe_checker_lib/Cargo.toml
+5
-5
No files found.
Cargo.lock
View file @
e23a4fcd
...
...
@@ -69,12 +69,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "cc"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
...
...
@@ -240,9 +234,12 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "gcd"
version = "2.
0.2
"
version = "2.
1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8763772808ee8fe3128f0fc424bed6d9942293fddbcfd595ecfa58a81fe00b"
checksum = "f37978dab2ca789938a83b2f8bc1ef32db6633af9051a6cd409eff72cbaaa79a"
dependencies = [
"paste",
]
[[package]]
name = "getrandom"
...
...
@@ -257,9 +254,9 @@ dependencies = [
[[package]]
name = "goblin"
version = "0.
4.3
"
version = "0.
5.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
32401e89c6446dcd28185931a01b1093726d0356820ac744023e6850689bf926
"
checksum = "
cfeb764aa29a0774d290c2df134a37ab2e3c1ba59009162626658aabefda321a
"
dependencies = [
"log",
"plain",
...
...
@@ -302,9 +299,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.10.
1
"
version = "0.10.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf
"
checksum = "
a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3
"
dependencies = [
"either",
]
...
...
@@ -323,9 +320,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.1
03
"
version = "0.2.1
26
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf
6"
checksum = "
349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a5383
6"
[[package]]
name = "linked-hash-map"
...
...
@@ -365,18 +362,23 @@ dependencies = [
[[package]]
name = "nix"
version = "0.2
3
.1"
version = "0.2
4
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6
"
checksum = "
8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9
"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset",
]
[[package]]
name = "paste"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
...
...
@@ -503,9 +505,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.5.
4
"
version = "1.5.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d
07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac46
1"
checksum = "d
83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff
1"
dependencies = [
"aho-corasick",
"memchr",
...
...
@@ -514,9 +516,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.2
5
"
version = "0.6.2
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b
"
checksum = "
49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64
"
[[package]]
name = "rustc_version"
...
...
@@ -544,18 +546,18 @@ dependencies = [
[[package]]
name = "scroll"
version = "0.1
0.2
"
version = "0.1
1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec
"
checksum = "
04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da
"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.1
0.5
"
version = "0.1
1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0
"
checksum = "
bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e
"
dependencies = [
"proc-macro2",
"quote",
...
...
src/caller/Cargo.toml
View file @
e23a4fcd
...
...
@@ -9,4 +9,4 @@ structopt = "0.3"
cwe_checker_lib
=
{
path
=
"../cwe_checker_lib"
}
serde_json
=
"1.0"
directories
=
"4.0.1"
nix
=
"0.23.0"
\ No newline at end of file
nix
=
"0.24.1"
\ No newline at end of file
src/cwe_checker_lib/Cargo.toml
View file @
e23a4fcd
...
...
@@ -6,19 +6,19 @@ edition = "2021"
[dependencies]
apint
=
"0.2"
regex
=
"1.
4
.5"
regex
=
"1.
5
.5"
serde
=
{version
=
"1.0"
,
features
=
[
"derive"
,
"rc"
]
}
serde_json
=
"1.0"
serde_yaml
=
"0.8"
petgraph
=
{
version
=
"0.6"
,
features
=
[
"default"
,
"serde-1"
]
}
fnv
=
"1.0"
# a faster hash function for small keys like integers
anyhow
=
"1.0"
# for easy error types
crossbeam-channel
=
"0.5.
1
"
crossbeam-channel
=
"0.5.
4
"
derive_more
=
"0.99"
directories
=
"4.0.1"
goblin
=
"0.
4.2
"
itertools
=
"0.10.
0
"
gcd
=
"2.0"
goblin
=
"0.
5.1
"
itertools
=
"0.10.
3
"
gcd
=
"2.
1.
0"
[lib]
name
=
"cwe_checker_lib"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment