Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sectxtbin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectxt"
version = "0.3.3"
version = "0.4.0"
authors = ["eikendev"]
edition = "2021"
description = "A tool for working with security.txt files as specified in RFC 9116"
Expand All @@ -10,7 +10,7 @@ readme = "README.md"
license = "ISC"

[dependencies]
sectxtlib = { path = "../sectxtlib", version = "0.3.3" }
sectxtlib = { path = "../sectxtlib", version = "0.4.0" }
anyhow = "1.0.98"
argh = "0.1.13"
futures = "0.3.31"
Expand Down
4 changes: 2 additions & 2 deletions sectxtfuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectxtfuzz"
version = "0.3.3"
version = "0.4.0"
authors = ["eikendev"]
edition = "2021"
description = "A fuzzer for sectxtlib"
Expand All @@ -11,4 +11,4 @@ license = "ISC"

[dependencies]
afl = "*"
sectxtlib = { path = "../sectxtlib", version = "0.3.3" }
sectxtlib = { path = "../sectxtlib", version = "0.4.0" }
2 changes: 1 addition & 1 deletion sectxtlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectxtlib"
version = "0.3.3"
version = "0.4.0"
authors = ["eikendev"]
edition = "2021"
description = "A library for parsing and validating security.txt files as specified in RFC 9116"
Expand Down