Skip to content

Commit

Permalink
chore(deps): update rust crate tempfile to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2025
1 parent dec0d31 commit 0826ab3
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 16 deletions.
77 changes: 66 additions & 11 deletions Cargo.lock

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

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
[package]
name = "neocities-deploy"
description = "A command-line tool for deploying your Neocities site"
version = "0.1.15"
version = "0.1.13"
license = "GPL-3.0"
authors = ["André Kugland <kugland@gmail.com>"]
homepage = "https://github.com/kugland/neocities-deploy"
repository = "https://github.com/kugland/neocities-deploy"
edition = "2021"
resolver = "2"
rust-version = "1.74.1"
rust-version = "1.82.0"

[dependencies]
anyhow = "1.0.82"
bytesize = "1.3.0"
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
directories = "6.0.0"
ignore = "0.4.22"
indexmap = { version = "2.2.6", features = ["serde"] }
inquire = "0.7.4"
itertools = "0.14.0"
log = "0.4.21"
neocities-client = "0.1.15"
parse-display = { version = "0.9.1", default-features = false }
neocities-client = "0.1.11"
parse-display = { version = "0.10.0", default-features = false }
pretty_env_logger = "0.5.0"
serde = { version = "1.0.200", features = ["derive"] }
sha1 = "0.10.6"
toml = { version = "0.8.12", features = ["preserve_order"] }
ureq = "2.9.6"
url = "2.5.0"

[dev-dependencies]
Expand Down

0 comments on commit 0826ab3

Please sign in to comment.