summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-06 05:57:14 +0000
committerGitHub <noreply@github.com>2023-03-06 05:57:14 +0000
commit4ba0ad591dc901465ab17eb76f9a265ba09d6ed6 (patch)
tree21f9daf3dff2df0a992b8c5525596373d2cfe1bd /Cargo.toml
parent43c995e96cd1b7fcfb65810749849f3af039a839 (diff)
Bump typetag from 0.1.6 to 0.2.6dependabot/cargo/master/typetag-0.2.6
Bumps [typetag](https://github.com/dtolnay/typetag) from 0.1.6 to 0.2.6. - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](https://github.com/dtolnay/typetag/compare/0.1.6...0.2.6) --- updated-dependencies: - dependency-name: typetag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12a9b53..da77856 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ license = "MIT"
serde_json = "1.0"
lazy_static = "1.4.0"
erased-serde = "0.3"
-typetag = "0.1.4"
+typetag = "0.2.6"
directories = "3.0.1"
clap = "2.33"
notify = "4.0"