Skip to content

Commit 619e60d

Browse files
Develop (#38)
* build(deps): bump time from 0.3.36 to 0.3.41 Bumps [time](https://github.com/time-rs/time) from 0.3.36 to 0.3.41. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.41) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump thiserror from 2.0.9 to 2.0.12 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump clap from 4.5.23 to 4.5.34 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.34. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump clap from 4.5.23 to 4.5.34 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.34. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump semver from 1.0.24 to 1.0.26 Bumps [semver](https://github.com/dtolnay/semver) from 1.0.24 to 1.0.26. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.24...1.0.26) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * dotfiles --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbb9684 commit 619e60d

File tree

5 files changed

+33
-20
lines changed

5 files changed

+33
-20
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = tab
6+
indent_size = 4
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.formatOnSave": true
3+
}

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
2626
git2 = { version = "0.19.0", default-features = false }
2727
handlebars = "6.2.0"
2828
regex = "1.11.1"
29-
semver = "1.0.24"
29+
semver = "1.0.26"
3030
serde = { version = "1.0.217", features = ["derive"] }
3131
serde_yaml = "0.9.34"
32-
thiserror = "2.0.9"
33-
time = { version = "0.3.36", features = [ "serde-human-readable" ] }
32+
thiserror = "2.0.12"
33+
time = { version = "0.3.41", features = [ "serde-human-readable" ] }
3434
url = "2.5.4"
3535
walkdir = "2.5.0"
3636

3737
[build-dependencies]
3838
clap = { version = "4.5.34", features = ["derive", "env"] }
3939
clap_complete = "4.5.38"
40-
semver = "1.0.24"
40+
semver = "1.0.26"
4141

4242
[features]
4343
default = ["zlib-ng-compat"]

0 commit comments

Comments
 (0)