Skip to content

Commit

Permalink
Update tracing-log, rusqlite, and bindgen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Dec 6, 2023
1 parent b8fa044 commit bc8610c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 24 deletions.
31 changes: 10 additions & 21 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 crates/noseyparker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ serde-sarif = "0.4"
strum = { version = "0.25", features = ["derive"] }
time = "0.3"
tracing = "0.1"
tracing-log = "0.1"
tracing-log = "0.2"
tracing-subscriber = { version = "0.3", features = ["tracing-log", "ansi", "env-filter", "smallvec", "fmt"], default_features = false }
url = "2.3"
vectorscan = { path = "../vectorscan" }
Expand Down
2 changes: 1 addition & 1 deletion crates/noseyparker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ noseyparker-rules = { path = "../noseyparker-rules" }
progress = { path = "../progress" }
regex = "1.7"
reqwest = { version = "0.11", features = ["json", "native-tls-vendored"] }
rusqlite = { version = "0.29", features = ["bundled", "backup"] }
rusqlite = { version = "0.30", features = ["bundled", "backup"] }
secrecy = "0.8.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/vectorscan-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "build.rs"
gen = ["bindgen"]

[build-dependencies]
bindgen = { version = "0.68", optional = true }
bindgen = { version = "0.69", optional = true }
cmake = "0.1"

[lib]
Expand Down

0 comments on commit bc8610c

Please sign in to comment.