Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Nov 14, 2024
1 parent 7b6c0e3 commit 0c47c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name = "update_and_get_most_recent_version"
required-features = ["git-https"]

[dependencies]
gix = { version = "0.66.0", default-features = false, features = [
gix = { version = "0.67.0", default-features = false, features = [
"max-performance-safe",
"blocking-network-client",
], optional = true }
Expand All @@ -48,8 +48,8 @@ semver = "1.0.17"
serde = { version = "1.0.160", features = ["rc"] }
serde_derive = "1.0.160"
serde_json = "1.0.96"
smol_str = { version = "0.2.0", features = ["serde"] }
thiserror = "1.0.43"
smol_str = { version = "0.3.2", features = ["serde"] }
thiserror = "2.0.0"
toml = "0.8.0"

document-features = { version = "0.2.0", optional = true }
Expand Down

0 comments on commit 0c47c11

Please sign in to comment.