Skip to content

Commit 565e038

Browse files
committed
chore: update dependencies
1 parent 8d70952 commit 565e038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-script-ext"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
authors = [ "Kurt Lawrence <kurtlawrence.info>" ]
55
edition = "2021"
66
description = "Opinionated set of extensions for use with rust-script"
@@ -18,14 +18,14 @@ fastrand = "2.0"
1818
globset = "0.4"
1919
howudoin = { version = "0.1", features = ["term-line"] }
2020
humantime = "2.1"
21-
miette = { version = "5.10", features = ["fancy"] }
21+
miette = { version = "7.2", features = ["fancy"] }
2222
numfmt = { git = "https://github.com/kurtlawrence/numfmt" }
2323
rayon = "1.7"
2424
regex = "1.9"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
2727
time = { version = "0.3", features = ["serde-human-readable"] }
28-
toml = "0.7"
28+
toml = "0.8"
2929

3030
[dev-dependencies]
3131
insta = "1.31.0"

0 commit comments

Comments
 (0)