We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a267d commit 2fdedceCopy full SHA for 2fdedce
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.7.0
4
+
5
+- Update `uuid` to `0.8.1`.
6
7
+## 0.6.0
8
9
+_yanked_
10
11
## 0.5.3
12
13
- Only allow ASCII hex charactes in code identifiers.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "debugid"
-version = "0.5.3"
+version = "0.7.0"
license = "Apache-2.0"
description = "Common reusable types for implementing the sentry.io protocol."
homepage = "https://sentry.io/"
@@ -12,7 +12,7 @@ authors = ["Sentry <hello@sentry.io>"]
edition = "2018"
14
[dependencies]
15
-uuid = "0.7.1"
+uuid = "0.8.1"
16
regex = "1.1.0"
17
lazy_static = "1.2.0"
18
serde = { version = "1.0.85", optional = true }
0 commit comments