Skip to content

Commit 2fdedce

Browse files
committed
build: Bump uuid to 0.8.1
1 parent a4a267d commit 2fdedce

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.7.0
4+
5+
- Update `uuid` to `0.8.1`.
6+
7+
## 0.6.0
8+
9+
_yanked_
10+
311
## 0.5.3
412

513
- Only allow ASCII hex charactes in code identifiers.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "debugid"
3-
version = "0.5.3"
3+
version = "0.7.0"
44
license = "Apache-2.0"
55
description = "Common reusable types for implementing the sentry.io protocol."
66
homepage = "https://sentry.io/"
@@ -12,7 +12,7 @@ authors = ["Sentry <hello@sentry.io>"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
uuid = "0.7.1"
15+
uuid = "0.8.1"
1616
regex = "1.1.0"
1717
lazy_static = "1.2.0"
1818
serde = { version = "1.0.85", optional = true }

0 commit comments

Comments
 (0)