Skip to content

Commit

Permalink
Merge pull request #100 from Goval-Community/dependabot/cargo/crc32fa…
Browse files Browse the repository at this point in the history
…st-1.4.0

build(deps): bump crc32fast from 1.3.2 to 1.4.0
  • Loading branch information
PotentialStyx authored Apr 14, 2024
2 parents bd6c599 + 2563ada commit 85063aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"with":
{
"components": "clippy,rustc-codegen-cranelift",
"toolchain": "nightly-2024-01-22",
"toolchain": "nightly-2024-04-10",
},
},
{
Expand Down Expand Up @@ -110,7 +110,7 @@
"with":
{
"components": "clippy",
"toolchain": "nightly-2024-01-22",
"toolchain": "nightly-2024-04-10",
},
},
{
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2024-01-22"
channel = "nightly-2024-04-10"
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.81"
async-trait = "0.1.68"
crc32fast = { version = "1.3.2", features = ["nightly"] }
crc32fast = { version = "1.4.0", features = ["nightly"] }
deadqueue = { version = "0.2.4", default-features = false, features = ["unlimited"] }
futures-util = "0.3.28"
goval = { package = "protobuf", path = "../protobuf"}
Expand Down

0 comments on commit 85063aa

Please sign in to comment.