Skip to content

Commit

Permalink
Bump versions for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
vianneybacoup committed Sep 20, 2024
1 parent 1a859fd commit 54d2d55
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 18 deletions.
100 changes: 83 additions & 17 deletions Cargo.lock

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

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fakelake"
version = "1.6.2"
version = "1.6.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -14,9 +14,11 @@ csv = "1.3.0"
env_logger = "0.11.3"
fastrand = "2.0.1"
fastrand-contrib = "0.1.0"
lexical-core = "1.0.0"
linked-hash-map = "0.5.6"
log = "0.4"
once_cell = "1.8"
openssl = "0.10.66"
parquet = "52.0.0"
rayon = "1.8.0"
serde_json = "1.0.114"
Expand All @@ -26,6 +28,11 @@ yaml-rust = "0.4"
assert_cmd = "2.0"
cargo-tarpaulin = "0.30.0"
ctor = "0.2.8"
lexical-core = "1.0.0"
mockall = "0.12.1"
openssl = "0.10.66"
predicates = "3.1.0"
regex = "1.5"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] }

0 comments on commit 54d2d55

Please sign in to comment.