Skip to content

Commit

Permalink
chore: loosen deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Mar 21, 2024
1 parent 1e10d9f commit 7ebcc7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cargo-dist-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ exclude = [
]

[dependencies]
camino = "1.1.1"
schemars = "0.8.16"
semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
gazenot = { version = "0.3.0", default-features = false }
camino = ">= 1.1.1"
schemars = ">= 0.8.16"
semver = ">= 1.0.22"
serde = { version = ">= 1.0.197", features = ["derive"] }
serde_json = ">= 1.0.114"
gazenot = { version = ">= 0.3.0", default-features = false }

[dev-dependencies]
insta = "1.36.1"

0 comments on commit 7ebcc7f

Please sign in to comment.