diff --git a/core-telemetry.cabal b/core-telemetry.cabal
--- a/core-telemetry.cabal
+++ b/core-telemetry.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           core-telemetry
-version:        0.1.9.3
+version:        0.1.9.4
 synopsis:       Advanced telemetry
 description:    This is part of a library to help build command-line programs, both tools and
                 longer-running daemons.
@@ -53,9 +53,9 @@
     , base >=4.11 && <5
     , bytestring
     , chronologique
-    , core-data >=0.2.1.11
-    , core-program >=0.4.4
-    , core-text >=0.3.5
+    , core-data >=0.3.2.2
+    , core-program >=0.4.5.3
+    , core-text >=0.3.6.0
     , exceptions
     , http-streams
     , io-streams
diff --git a/lib/Core/Telemetry/Identifiers.hs b/lib/Core/Telemetry/Identifiers.hs
--- a/lib/Core/Telemetry/Identifiers.hs
+++ b/lib/Core/Telemetry/Identifiers.hs
@@ -242,7 +242,7 @@
      in version <> "-" <> unTrace trace <> "-" <> unSpan unique <> "-" <> flags
 
 {- |
-Get the identifier of the current trace, if you are ithin a trace started by
+Get the identifier of the current trace, if you are within a trace started by
 'beginTrace' or 'usingTrace'.
 
 @since 0.1.9
