aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-02-21 22:47:26 +0100
committerGitHub <noreply@github.com>2020-02-21 22:47:26 +0100
commit00b60b8f210b93a5d6cbdde2bc98feff2f2ec1ca (patch)
treefc2102295e2b3f0fd5db6f4d2ed811a6a0e87ffd /Cargo.lock
parent8e708b65365aeb0591aee39d2ffb7c59239ffc3f (diff)
parentd9bfc97b599af4e4e96ae403df8287a533223e32 (diff)
downloadpokebot-00b60b8f210b93a5d6cbdde2bc98feff2f2ec1ca.tar.gz
pokebot-00b60b8f210b93a5d6cbdde2bc98feff2f2ec1ca.zip
Merge pull request #34 from Mavulp/branches/fkaa/Seeking
Add seeking to audio player
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d57a14..fe0ea26 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1142,6 +1142,12 @@ dependencies = [
]
[[package]]
+name = "humantime"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"
+
+[[package]]
name = "hyper"
version = "0.12.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1334,7 +1340,7 @@ dependencies = [
"chrono",
"flate2",
"fnv",
- "humantime",
+ "humantime 1.3.0",
"libc",
"log",
"log-mdc",
@@ -1784,6 +1790,7 @@ dependencies = [
"gstreamer",
"gstreamer-app",
"gstreamer-audio",
+ "humantime 2.0.0",
"log",
"log4rs",
"rand 0.7.3",