Skip to content

Commit

Permalink
cargo: Updates MINOR versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 20, 2023
1 parent 11340d7 commit 956a974
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ fn_params_excessive_bools = "allow"

[dependencies]
chrono = "0.4"
clap = { version = "4.0", features = ["cargo"] }
clap = { version = "4.4", features = ["cargo"] }
codify = { version = "0.6", package = "codify_hoijui" }
const_format = "0.2"
git-version = "0.3"
git2 = { version = "0.18", default-features = false } # "default-features = false" is required for MUSL compatibility, to get rid of OpenSSL
jsonschema = "0.17"
lingua = "1.3"
lingua = "1.6"
log = "0.4"
num-derive = "0.4"
num-traits = "0.2"
once_cell = "1.9"
once_cell = "1.19"
openssl-sys = { version = "0.9", features = [ "vendored" ] } # better MUSL compatibility
projvar = "0.19"
regex = "1.5"
relative-path = { version = "1.6", features = ["serde"] }
reqwest = { version = "0", features = ["blocking"] }
regex = "1.10"
relative-path = { version = "1.9", features = ["serde"] }
reqwest = { version = "0.11", features = ["blocking"] }
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -84,13 +84,13 @@ strum = "0.25"
strum_macros = "0.25"
thiserror = "1.0"
toml = "0.8"
url = { version = "2.2", features = ["serde"] }
walkdir = "2"
url = { version = "2.5", features = ["serde"] }
walkdir = "2.4"
yaml-rust = "0.4"

[build-dependencies]
codify = { version = "0.6", package = "codify_hoijui" }
csv = "1.1"
regex = "1.5"
csv = "1.3"
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"

0 comments on commit 956a974

Please sign in to comment.