Skip to content

Commit

Permalink
Updated git2 to catch security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Feb 8, 2023
1 parent 5b66fe5 commit 33e2cf2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ si = ["sysinfo"]
local_offset = ["time/local-offset"]

[dependencies]
anyhow = "1.0.60"
anyhow = "1.0.69"
cfg-if = "1.0.0"
enum-iterator = "1.2.0"
getset = "0.1.2"
git2 = { version = "0.15.0", optional = true, default-features = false }
git2 = { version = "0.16.1", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.27.0", optional = true, default-features = false }
thiserror = "1.0.32"
time = { version = "0.3.12", features = ["formatting"], optional = true }
sysinfo = { version = "0.27.7", optional = true, default-features = false }
thiserror = "1.0.38"
time = { version = "0.3.17", features = ["formatting"], optional = true }

[build-dependencies]
anyhow = "1.0.60"
time = { version = "0.3.12", features = ["formatting"] }
rustversion = "1.0.9"
anyhow = "1.0.69"
time = { version = "0.3.17", features = ["formatting"] }
rustversion = "1.0.11"

[dev-dependencies]
lazy_static = "1.4.0"
regex = "1.6.0"
serial_test = "0.10.0"
regex = "1.7.1"
serial_test = "1.0.0"
tempfile = "3.3.0"

0 comments on commit 33e2cf2

Please sign in to comment.