This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upgrades uuid from v0.5 -> v0.6
master
Jonathan Strong
6 years ago
parent
dafab36104
commit
9b4c03cd38
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Cargo.toml
+ 1
- 1
Cargo.toml
View File
@@ -22,7 +22,7 @@ slog = "2.0.6"
slog-term = "2"
ordermap = "0.3"
fnv = "1"
uuid = { version = "0.
5
", features = ["serde", "v4"] }
uuid = { version = "0.
6
", features = ["serde", "v4"] }
hdrhistogram = "6"
slog-async = "2"
smallvec = "0.6"
Write
Preview
Loading…
Cancel
Save