summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-08 19:00:06 +0200
committerGitHub <noreply@github.com>2022-09-08 19:00:06 +0200
commitcfe781de08cbf1d38ee59d2fdfb54fc92348f5c0 (patch)
tree682bc7eab8a430a46423976184e6b5c2cff0a97e /Cargo.toml
parent72fabd717e898560e96e9e9c172acf6fa000e945 (diff)
chore(master): release 1.10.3 (#4287)v1.10.3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 589195ebe..2fccbe117 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.10.2"
+version = "1.10.3"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]
@@ -51,7 +51,7 @@ log = { version = "0.4.16", features = ["std"] }
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.5.8", optional = true }
nu-ansi-term = "0.46.0"
-once_cell = "1.14.0"
+once_cell = "1.13.1"
open = "3.0.2"
os_info = "3.5.0"
path-slash = "0.2.1"